CookieResponseSignInContext.AuthenticationType Property

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

'Declaration
Public Property AuthenticationType As String 
    Get 
    Private Set
'Usage
Dim instance As CookieResponseSignInContext 
Dim value As String 

value = instance.AuthenticationType
public string AuthenticationType { get; private set; }
public:
property String^ AuthenticationType {
    String^ get ();
    private: void set (String^ value);
}
member AuthenticationType : string with get, private set
function get AuthenticationType () : String 
private function set AuthenticationType (value : String)

Property Value

Type: System.String

See Also

Reference

CookieResponseSignInContext Class

Microsoft.Owin.Security.Cookies Namespace