Aracılığıyla paylaş


SessionSecurityTokenResolver.TryResolveTokenCore Yöntem

Tanım

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

Aşırı Yüklemeler

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

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

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Belirteci belirtilen anahtar tanımlayıcı yan tümcesinden çö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ürüldüğünde çözümlenen anahtar çekirdeğini içerir. Bu parametre, başlatmadan iletilir.

Döndürülenler

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

Şunlara uygulanır

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Belirteci belirtilen anahtar tanımlayıcı yan tümcesinden çö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ürüldüğünde çözümlenen anahtar çekirdeğini içerir. Bu parametre, başlatmadan iletilir.

Döndürülenler

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

Şunlara uygulanır