AuthenticationOptions.AuthenticationType Property

The AuthenticationType in the options corresponds to the IIdentity AuthenticationType property. A different value may be assigned in order to use the same authentication middleware type more than once in a pipeline.

Namespace:  Microsoft.Owin.Security
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Public Property AuthenticationType As String 
    Get 
    Set
'Usage
Dim instance As AuthenticationOptions 
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 the authentication.

See Also

Reference

AuthenticationOptions Class

Microsoft.Owin.Security Namespace