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
public IEnumerable<SecurityToken> SecurityTokens { get; }
public:
property IEnumerable<SecurityToken^>^ SecurityTokens {
virtual IEnumerable<SecurityToken^>^ get() sealed;
}
abstract SecurityTokens : IEnumerable<SecurityToken> with get
override SecurityTokens : IEnumerable<SecurityToken> with get
Public ReadOnly Property SecurityTokens As IEnumerable(Of SecurityToken)
Property Value
Type: System.Collections.Generic.IEnumerable<SecurityToken>
All known security tokens.
Implements
IIssuerSecurityTokenProvider.SecurityTokens
See Also
SymmetricKeyIssuerSecurityTokenProvider Class
Microsoft.Owin.Security.Jwt Namespace
Return to top