AzureActiveDirectoryOpenIdConnectAuthenticationOptions::SignInAsAuthenticationType Property
Gets or sets the name of another authentication middleware which will be responsible for actually issuing a user ClaimsIdentity.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)
public: property String^ SignInAsAuthenticationType { [CompilerGeneratedAttribute] String^ get(); [CompilerGeneratedAttribute] void set(String^ value); }
Property Value
Type: System::String^The name of another authentication middleware which will be responsible for actually issuing a user ClaimsIdentity.
Show: