AuthenticationDescription.AuthenticationType Property
Gets or sets the name used to reference the authentication middleware instance.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public string AuthenticationType { get; set; }
public:
property String^ AuthenticationType {
String^ get();
void set(String^ value);
}
member AuthenticationType : string with get, set
Public Property AuthenticationType As String
Property Value
Type: System.String
The type of this authentication.
See Also
AuthenticationDescription Class
Microsoft.Owin.Security Namespace
Return to top