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

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

Returns String.

See Also

AuthenticationOptions Class
Microsoft.Owin.Security Namespace

Return to top