EncryptedSecurityToken.MatchesKeyIdentifierClause Method

Definition

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

public:
 override bool MatchesKeyIdentifierClause(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public override bool MatchesKeyIdentifierClause (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
override this.MatchesKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function MatchesKeyIdentifierClause (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean

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

See also