SecurityContextKeyIdentifierClause.Matches 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 SecurityKeyIdentifierClause 를 SecurityContextKeyIdentifierClause 클래스의 현재 인스턴스와 비교합니다.
오버로드
Matches(SecurityKeyIdentifierClause) |
지정된 SecurityKeyIdentifierClause 를 SecurityContextKeyIdentifierClause 클래스의 현재 인스턴스와 비교합니다. |
Matches(UniqueId, UniqueId) |
SecurityKeyIdentifierClause 클래스의 현재 인스턴스에 대해 지정된 SecurityContextKeyIdentifierClause 를 지정된 컨텍스트 식별자 및 세대와 비교합니다. |
Matches(SecurityKeyIdentifierClause)
지정된 SecurityKeyIdentifierClause 를 SecurityContextKeyIdentifierClause 클래스의 현재 인스턴스와 비교합니다.
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 입니다.
반환
두 인스턴스가 같으면 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
식별자 절에서 생성 부분입니다.
반환
두 인스턴스가 같으면 true
이고, 그렇지 않으면 false
입니다.