The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SecurityToken::MatchesKeyIdentifierClause Method (SecurityKeyIdentifierClause^)
.NET Framework (current version)
Returns a value that indicates whether the key identifier for this instance can be resolved to the specified key identifier.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: virtual bool MatchesKeyIdentifierClause( SecurityKeyIdentifierClause^ keyIdentifierClause )
Parameters
- keyIdentifierClause
-
Type:
System.IdentityModel.Tokens::SecurityKeyIdentifierClause^
A SecurityKeyIdentifierClause to compare to this instance.
Return Value
Type: System::Booleantrue if keyIdentifierClause is a SecurityKeyIdentifierClause and it has the same unique identifier as the Id property; otherwise, false.
The default implementation supports key identifier clauses of type LocalIdKeyIdentifierClause
.NET Framework
Available since 3.0
Available since 3.0
Show: