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
Datei anzeigen Open project: johnnyhalife/wif.swt

Public Methods

Method Description
SwtIssuerTokenResolver ( ) : System

Initializes a new instance of the SwtIssuerTokenResolver class.

Protected Methods

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

Method Details

SwtIssuerTokenResolver() public method

Initializes a new instance of the SwtIssuerTokenResolver class.
public SwtIssuerTokenResolver ( ) : System
return System

TryResolveSecurityKeyCore() protected method

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