다음을 통해 공유


SecurityContextKeyIdentifierClause.Matches 메서드

정의

지정된 SecurityKeyIdentifierClauseSecurityContextKeyIdentifierClause 클래스의 현재 인스턴스와 비교합니다.

오버로드

Matches(SecurityKeyIdentifierClause)

지정된 SecurityKeyIdentifierClauseSecurityContextKeyIdentifierClause 클래스의 현재 인스턴스와 비교합니다.

Matches(UniqueId, UniqueId)

SecurityKeyIdentifierClause 클래스의 현재 인스턴스에 대해 지정된 SecurityContextKeyIdentifierClause 를 지정된 컨텍스트 식별자 및 세대와 비교합니다.

Matches(SecurityKeyIdentifierClause)

지정된 SecurityKeyIdentifierClauseSecurityContextKeyIdentifierClause 클래스의 현재 인스턴스와 비교합니다.

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

매개 변수

keyIdentifierClause
SecurityKeyIdentifierClause

비교할 SecurityKeyIdentifierClause 입니다.

반환

Boolean

두 인스턴스가 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상

Matches(UniqueId, UniqueId)

SecurityKeyIdentifierClause 클래스의 현재 인스턴스에 대해 지정된 SecurityContextKeyIdentifierClause 를 지정된 컨텍스트 식별자 및 세대와 비교합니다.

public:
 bool Matches(System::Xml::UniqueId ^ contextId, System::Xml::UniqueId ^ generation);
public bool Matches (System.Xml.UniqueId contextId, System.Xml.UniqueId generation);
override this.Matches : System.Xml.UniqueId * System.Xml.UniqueId -> bool
Public Function Matches (contextId As UniqueId, generation As UniqueId) As Boolean

매개 변수

contextId
UniqueId

식별자 절에서 컨텍스트 ID 부분입니다.

generation
UniqueId

식별자 절에서 생성 부분입니다.

반환

Boolean

두 인스턴스가 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상