Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringAssigned to the AuthenticationType property
See Also
AuthenticationOptions Class
Microsoft.Owin.Security Namespace
Return to top