SessionSecurityTokenResolver.TryResolveTokenCore Yöntem

Tanım

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

Aşırı Yüklemeler

Name Description
TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

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

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

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

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Belirtilen anahtar tanımlayıcısından 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

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 anahtar tanımlayıcı yan tümcesinden 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

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