AzureActiveDirectoryOpenIdConnectAuthenticationOptions.ClientId Property

 

Gets or sets the client ID.

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

Syntax

public string ClientId {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ ClientId {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member ClientId : string with get, set
Public Property ClientId As String

Property Value

Type: System.String

The client ID.

See Also

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

Return to top