SecurityKeyIdentifierClause.Matches(SecurityKeyIdentifierClause) 메서드

정의

이 인스턴스의 키 식별자가 지정된 키 식별자 절과 동일한지 여부를 나타내는 값을 반환합니다.

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

매개 변수

keyIdentifierClause
SecurityKeyIdentifierClause

비교할 SecurityKeyIdentifierClause입니다.

반환

keyIdentifierClause가 현재 인스턴스와 같은 인스턴스이면 true이고, 그렇지 않으면 false입니다.

예외

keyIdentifierClausenull입니다.

적용 대상