AzureActiveDirectoryOpenIdConnectAuthenticatedContext.IdToken Property

 

Gets the Azure Active Directory ID token.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)

Syntax

public string IdToken {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ IdToken {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    private: void set(String^ value);
}
member IdToken : string with get, private set
Public Property IdToken As String
    Get
    Private Set
End Property

Property Value

Type: System.String

The Azure Active Directory ID token.

See Also

AzureActiveDirectoryOpenIdConnectAuthenticatedContext Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory Namespace

Return to top