Sdílet prostřednictvím


GenericXmlSecurityToken.MatchesKeyIdentifierClause Metoda

Definice

Vrátí hodnotu, která označuje, zda se identifikátor klíče pro tuto instanci rovná zadanému identifikátoru klíče.

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

Parametry

keyIdentifierClause
SecurityKeyIdentifierClause

Pro SecurityKeyIdentifierClause porovnání s touto instancí.

Návraty

true pokud keyIdentifierClause není null a odpovídá hodnotě InternalTokenReference vlastnosti nebo ExternalTokenReference , jinak falsehodnota .

Poznámky

Parametr keyIdentifierClause se porovnává s InternalTokenReference hodnotami vlastností a ExternalTokenReference pomocí Matches metody v klauzuli identifikátoru klíče, která je vrácena hodnotami vlastností.

Platí pro