SecurityContextKeyIdentifierClause.Matches 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 SecurityKeyIdentifierClause 클래스의 현재 인스턴스와 비교합니다 SecurityContextKeyIdentifierClause .
오버로드
| Name | Description |
|---|---|
| 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 비교할 수 있습니다.
반품
적용 대상
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
식별자 절의 생성 부분입니다.