AzureActiveDirectoryOpenIdConnectAuthenticationOptions.SignInAsAuthenticationType Property

 

Gets or sets the name of another authentication middleware which will be responsible for actually issuing a user ClaimsIdentity.

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

Syntax

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

Property Value

Type: System.String

The name of another authentication middleware which will be responsible for actually issuing a user ClaimsIdentity.

See Also

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

Return to top