C# Class Microsoft.IdentityModel.Swt.SwtIssuerTokenResolver

Resolves a SwtSecurityKeyClause to the SWT signing key specified in appSettings with the SigningKeyAppSetting key.
Inheritance: System.IdentityModel.Tokens.IssuerTokenResolver
Afficher le fichier Open project: johnnyhalife/wif.swt

Méthodes publiques

Méthode Description
SwtIssuerTokenResolver ( ) : System

Initializes a new instance of the SwtIssuerTokenResolver class.

Méthodes protégées

Méthode Description
TryResolveSecurityKeyCore ( System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause, System.IdentityModel.Tokens.SecurityKey &key ) : bool

Method Details

SwtIssuerTokenResolver() public méthode

Initializes a new instance of the SwtIssuerTokenResolver class.
public SwtIssuerTokenResolver ( ) : System
Résultat System

TryResolveSecurityKeyCore() protected méthode

protected TryResolveSecurityKeyCore ( System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause, System.IdentityModel.Tokens.SecurityKey &key ) : bool
keyIdentifierClause System.IdentityModel.Tokens.SecurityKeyIdentifierClause
key System.IdentityModel.Tokens.SecurityKey
Résultat bool