WsFederationAuthenticationOptions.SignInAsAuthenticationType Property
Gets or sets the AuthenticationType used when creating the ClaimsIdentity.
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Syntax
public string SignInAsAuthenticationType { get; set; }
public:
property String^ SignInAsAuthenticationType {
String^ get();
void set(String^ value);
}
member SignInAsAuthenticationType : string with get, set
Public Property SignInAsAuthenticationType As String
Property Value
Type: System.String
Returns String.
See Also
WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top