AuthenticationTokenCreateContext.Token Property

 

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

Syntax

public string Token { get; protected set; }
public:
property String^ Token {
    String^ get();
    protected: void set(String^ value);
}
member Token : string with get, set
Public Property Token As String
    Get
    Protected Set
End Property

Property Value

Type: System.String

See Also

AuthenticationTokenCreateContext Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top