Aracılığıyla paylaş


X509CertificateStoreTokenResolver.TryResolveTokenCore Yöntem

Tanım

Belirtilen anahtar tanımlayıcısını veya anahtar tanımlayıcı yan tümcesini bir güvenlik belirtecine çözümler.

Aşırı Yüklemeler

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Belirtilen anahtar tanımlayıcısını bir güvenlik belirtecine çözümler.

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Belirtilen anahtar tanımlayıcı yan tümcesini bir güvenlik belirtecine çözümler.

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Belirtilen anahtar tanımlayıcısını bir güvenlik belirtecine çözümler.

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

Çözümlenmesi gereken anahtar tanımlayıcısı.

token
SecurityToken

Bu yöntem döndürdüğünde, anahtar tanımlayıcısından çözümlenen güvenlik belirtecini içerir. Bu parametre başlatılmamış olarak kabul edilir.

Döndürülenler

true anahtar tanımlayıcısı başarıyla çözümlenirse; aksi takdirde , false.

Özel durumlar

keyIdentifier, null değeridir.

Şunlara uygulanır

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Belirtilen anahtar tanımlayıcı yan tümcesini bir güvenlik belirtecine çözümler.

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

Çözümlenmesi gereken anahtar tanımlayıcı yan tümcesi.

token
SecurityToken

Bu yöntem döndürdüğünde, anahtar tanımlayıcı yan tümcesinden çözümlenen güvenlik belirtecini içerir. Bu parametre başlatılmamış olarak kabul edilir.

Döndürülenler

true anahtar tanımlayıcı yan tümcesi başarıyla çözümlenirse; aksi takdirde , false.

Özel durumlar

keyIdentifierClause, null değeridir.

Şunlara uygulanır