SecurityKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) Yöntem

Tanım

Bu örneğin anahtar tanımlayıcısının belirtilen anahtar tanımlayıcı yan tümcesine eşdeğer olup olmadığını gösteren bir değer döndürür.

public:
 virtual bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public virtual bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
abstract member Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overridable Function Matches (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean

Parametreler

keyIdentifierClause
SecurityKeyIdentifierClause

Karşılaştıracak bir SecurityKeyIdentifierClause .

Döndürülenler

true geçerli örnekle aynı örnekse keyIdentifierClause ; değilse, false.

Özel durumlar

keyIdentifierClause, null değeridir.

Şunlara uygulanır