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
'Declaration
Public Property AuthenticationType As String
Get
Set
'Usage
Dim instance As AuthenticationDescription
Dim value As String
value = instance.AuthenticationType
instance.AuthenticationType = value
public string AuthenticationType { get; set; }
public:
property String^ AuthenticationType {
String^ get ();
void set (String^ value);
}
member AuthenticationType : string with get, set
function get AuthenticationType () : String
function set AuthenticationType (value : String)
Property Value
Type: System.String
The type of this authentication.