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.
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