AzureActiveDirectoryMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the metadata used to acquire authentication tokens from Azure Active Directory.
public sealed class AzureActiveDirectoryMetadata
type AzureActiveDirectoryMetadata = class
Public NotInheritable Class AzureActiveDirectoryMetadata
- Inheritance
-
AzureActiveDirectoryMetadata
Properties
Authority |
Gets a value indicating the authority location to acquire a token from. |
ClientApplication |
Gets a value indicating the client ID to use when acquiring tokens for the cluster application resource. |
ClientRedirect |
Gets a value indicating the client redirect URI. |
ClusterApplication |
Gets a value indicating the cluster application resource. |
LoginEndpoint |
Gets a value indicating the Azure Active Directory login instance endpoint (for ADAL initialization). |
TenantId |
Gets a value indicating the tenant ID of the relevant Azure Active Directory tenant. |
Applies to
Azure SDK for .NET