AuthenticationOptions Constructor (String)

 

Initialize properties of AuthenticationOptions base class

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

Syntax

protected AuthenticationOptions(
    string authenticationType
)
protected:
AuthenticationOptions(
    String^ authenticationType
)
new : 
        authenticationType:string -> AuthenticationOptions
Protected Sub New (
    authenticationType As String
)

Parameters

  • authenticationType
    Type: System.String

    Assigned to the AuthenticationType property

See Also

AuthenticationOptions Class
Microsoft.Owin.Security Namespace

Return to top