다음을 통해 공유


SecurityContextSecurityToken.MatchesKeyIdentifierClause 메서드

정의

현재 토큰의 키 식별자 절이 지정된 키 식별자 절과 일치하는지 여부를 나타냅니다.

public:
 override bool MatchesKeyIdentifierClause(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public:
 override bool MatchesKeyIdentifierClause(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ clause);
public override bool MatchesKeyIdentifierClause (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
public override bool MatchesKeyIdentifierClause (System.IdentityModel.Tokens.SecurityKeyIdentifierClause clause);
override this.MatchesKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.MatchesKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function MatchesKeyIdentifierClause (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
Public Overrides Function MatchesKeyIdentifierClause (clause As SecurityKeyIdentifierClause) As Boolean

매개 변수

keyIdentifierClauseclause
SecurityKeyIdentifierClause

지정된 키 식별자 절입니다.

반환

Boolean

현재 토큰의 키 식별자 절이 지정된 키 식별자 절과 일치하는 경우 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상