EncryptedSecurityToken.MatchesKeyIdentifierClause Method

Definition

Returns a value that indicates whether the key identifier for this instance can be resolved to the specified key identifier.

C#
public override bool MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);

Parameters

keyIdentifierClause
SecurityKeyIdentifierClause

A key identifier clause to compare to this instance.

Returns

true if the specified key identifier clause can be resolved by this instance; otherwise false.

Remarks

Inherited from SecurityToken.

Applies to

Продукт Версії
.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

See also