Sdílet prostřednictvím


EncryptedSecurityToken.MatchesKeyIdentifierClause Metoda

Definice

Vrátí hodnotu, která označuje, zda identifikátor klíče pro tuto instanci lze přeložit na zadaný identifikátor 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

Klauzule identifikátoru klíče pro porovnání s touto instancí.

Návraty

true Pokud zadaná klauzule identifikátoru klíče může být vyřešena touto instancí; jinak false.

Poznámky

Zděděno z SecurityToken.

Platí pro

Viz také