BinarySecretKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) Método
Definição
Compara se a chave de uma cláusula especificada corresponde à chave desta instância.Compares whether the key of a specified clause matches this instance's key.
public:
override bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public:
override bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ clause);
public override bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
public override bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause clause);
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function Matches (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
Public Overrides Function Matches (clause As SecurityKeyIdentifierClause) As Boolean
Parâmetros
- keyIdentifierClauseclause
- SecurityKeyIdentifierClause
O SecurityKeyIdentifierClause correspondente.The SecurityKeyIdentifierClause to match.
Retornos
true se houver uma correspondência; caso contrário, false.true if there is a match; otherwise, false.