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.
The name of the AuthenticationType creating a cookie.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public string AuthenticationType { get; private set; }
public:
property String^ AuthenticationType {
String^ get();
private: void set(String^ value);
}
member AuthenticationType : string with get, private set
Public Property AuthenticationType As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
CookieResponseSignedInContext Class
Microsoft.Owin.Security.Cookies Namespace
Return to top