Sdílet prostřednictvím


SamlSecurityToken.MatchesKeyIdentifierClause Metoda

Definice

Vrátí hodnotu určující, 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 je a SamlAssertionKeyIdentifierClause má stejný jedinečný identifikátor jako Id vlastnost; v opačném případě false.

Platí pro