SessionSecurityTokenResolver.TryResolveSecurityKeyCore Yöntem

Tanım

Belirtilen bir anahtar tanımlayıcı yan tümcesi verilip güvenlik anahtarı çekirdeğini çözümlemeye çalışır.

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

Parametreler

keyIdentifierClause
SecurityKeyIdentifierClause

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

key
SecurityKey

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 çekirdeği başarıyla çözümlendiyse; aksi takdirde , false.

Şunlara uygulanır