AzureActiveDirectoryCredentials Class
Provides a set of Windows Azure Active Directory provider credentials for an Windows Azure Active Directory identity.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Mobile.Service.Security.ProviderCredentials
Microsoft.WindowsAzure.Mobile.Service.Security.AzureActiveDirectoryCredentials
Syntax
public class AzureActiveDirectoryCredentials : ProviderCredentials
public ref class AzureActiveDirectoryCredentials : ProviderCredentials
type AzureActiveDirectoryCredentials =
class
inherit ProviderCredentials
end
Public Class AzureActiveDirectoryCredentials
Inherits ProviderCredentials
Constructors
Name | Description | |
---|---|---|
AzureActiveDirectoryCredentials() | Initializes a new instance of the AzureActiveDirectoryCredentials class. |
Properties
Name | Description | |
---|---|---|
AccessToken | Gets or sets the access token for the current user. |
|
ObjectId | Gets or sets the object ID for the current user. |
|
Provider | Gets or sets the name of the provider these credentials are for.(Inherited from ProviderCredentials.) |
|
TenantId | Gets or sets the tenant ID for the current user. |
|
UserId | Gets or sets the provider id for the user.(Inherited from ProviderCredentials.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Mobile.Service.Security Namespace
Return to top