Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

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

Namespace:   System.IdentityModel.Tokens
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::Boolean

true 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
Return to top
Show:
© 2017 Microsoft