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.
Gets all known security tokens.
Namespace: Microsoft.Owin.Security.Jwt
Assembly: Microsoft.Owin.Security.Jwt (in Microsoft.Owin.Security.Jwt.dll)
Syntax
IEnumerable<SecurityToken> SecurityTokens { get; }
property IEnumerable<SecurityToken^>^ SecurityTokens {
IEnumerable<SecurityToken^>^ get();
}
abstract SecurityTokens : IEnumerable<SecurityToken> with get
ReadOnly Property SecurityTokens As IEnumerable(Of SecurityToken)
Property Value
Type: System.Collections.Generic.IEnumerable<SecurityToken>
All known security tokens.
See Also
IIssuerSecurityTokenProvider Interface
Microsoft.Owin.Security.Jwt Namespace
Return to top