Edit

Share via


SessionSecurityTokenResolver.TryResolveSecurityKeyCore Method

Definition

Attempts to resolve the security key core, given a specified key identifier clause.

C#
protected override bool TryResolveSecurityKeyCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause, out System.IdentityModel.Tokens.SecurityKey key);

Parameters

keyIdentifierClause
SecurityKeyIdentifierClause

The security key identifier clause.

key
SecurityKey

When this method returns, contains the resolved key core. This parameter is passed uninitialized.

Returns

true if the key core was successfully resolved; otherwise, false.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1