Aracılığıyla paylaş


SecurityContextSecurityTokenResolver.TryResolveTokenCore Yöntem

Tanım

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

Aşırı Yüklemeler

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

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

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Belirtilen anahtar tanımlayıcı yan tümcesi verildiğinde belirteci çözümlemeye çalışır.

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Belirtilen anahtar tanımlayıcısı verilen 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üğünde, çözümlenmiş anahtar çekirdeğini içerir. Bu parametre, başlatmadan iletilir.

Döndürülenler

Boolean

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

Şunlara uygulanır

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Belirtilen anahtar tanımlayıcı yan tümcesi verildiğinde 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üğünde, çözümlenmiş anahtar çekirdeğini içerir. Bu parametre, başlatmadan iletilir.

Döndürülenler

Boolean

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

Şunlara uygulanır