SecurityContextSecurityTokenResolver.TryResolveTokenCore Yöntem

Tanım

Belirtilen bir anahtar tanımlayıcısı verilip belirteci çözümlemeye çalışır.

Aşırı Yüklemeler

Name Description
TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Belirtilen bir anahtar tanımlayıcısı verilip belirteci çözümlemeye çalışır.

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Belirtilen bir anahtar tanımlayıcı yan tümcesi verilip belirteci çözümlemeye çalışır.

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Belirtilen bir anahtar tanımlayıcısı verilip belirteci çözümlemeye çalışır.

protected:
 override bool TryResolveTokenCore(System::IdentityModel::Tokens::SecurityKeyIdentifier ^ keyIdentifier, [Runtime::InteropServices::Out] System::IdentityModel::Tokens::SecurityToken ^ % token);
protected override bool TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifier keyIdentifier, out System.IdentityModel.Tokens.SecurityToken token);
override this.TryResolveTokenCore : System.IdentityModel.Tokens.SecurityKeyIdentifier * SecurityToken -> bool
Protected Overrides Function TryResolveTokenCore (keyIdentifier As SecurityKeyIdentifier, ByRef token As SecurityToken) As Boolean

Parametreler

keyIdentifier
SecurityKeyIdentifier

Güvenlik anahtarı tanımlayıcısı.

token
SecurityToken

Bu yöntem döndürdüğünde çözümlenen anahtar çekirdeğini içerir. Bu parametre başlatılmamış olarak geçirilir.

Döndürülenler

true anahtar belirteci başarıyla çözümlendiyse; aksi takdirde , false.

Şunlara uygulanır

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Belirtilen bir anahtar tanımlayıcı yan tümcesi verilip belirteci çözümlemeye çalışır.

protected:
 override bool TryResolveTokenCore(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause, [Runtime::InteropServices::Out] System::IdentityModel::Tokens::SecurityToken ^ % token);
protected override bool TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause, out System.IdentityModel.Tokens.SecurityToken token);
override this.TryResolveTokenCore : System.IdentityModel.Tokens.SecurityKeyIdentifierClause * SecurityToken -> bool
Protected Overrides Function TryResolveTokenCore (keyIdentifierClause As SecurityKeyIdentifierClause, ByRef token As SecurityToken) As Boolean

Parametreler

keyIdentifierClause
SecurityKeyIdentifierClause

Güvenlik anahtarı tanımlayıcı yan tümcesi.

token
SecurityToken

Bu yöntem döndürdüğünde çözümlenen anahtar çekirdeğini içerir. Bu parametre başlatılmamış olarak geçirilir.

Döndürülenler

true anahtar belirteci başarıyla çözümlendiyse; aksi takdirde , false.

Şunlara uygulanır