Share via


IIssuerSecurityTokenProvider.SecurityTokens Property

 

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