SamlAssertionKeyIdentifierClause.Matches 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 키 식별자가 현재 인스턴스와 같은지 여부를 확인합니다.
오버로드
Matches(SecurityKeyIdentifierClause) |
지정된 키 식별자가 현재 인스턴스와 같은지 여부를 확인합니다. |
Matches(String) |
지정된 SAML 어설션이 현재 인스턴스와 같은지 여부를 확인합니다. |
Matches(String, SecurityKeyIdentifierClause) |
Matches(SecurityKeyIdentifierClause)
지정된 키 식별자가 현재 인스턴스와 같은지 여부를 확인합니다.
public:
override bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public override bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
abstract member Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function Matches (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
매개 변수
- keyIdentifierClause
- SecurityKeyIdentifierClause
비교할 SecurityKeyIdentifierClause입니다.
반환
지정된 키 식별자가 현재 인스턴스와 같으면 true
이고, 그렇지 않으면 false
입니다.
설명
이 Matches 오버로드는 다음 중 하나가 인 경우 의 true
값을 반환합니다 true
.
AssertionId 매개 변수의
keyIdentifierClause
속성은 현재 instance 속성과 AssertionId 동일한 값을 입니다.keyIdentifierClause
매개 변수와 이 instance 동일한 instance.
적용 대상
Matches(String)
지정된 SAML 어설션이 현재 인스턴스와 같은지 여부를 확인합니다.
public:
bool Matches(System::String ^ assertionId);
public bool Matches (string assertionId);
override this.Matches : string -> bool
Public Function Matches (assertionId As String) As Boolean
매개 변수
- assertionId
- String
비교할 SAML 어설션 식별자입니다.
반환
assertionId
의 값이 현재 인스턴스의 AssertionId 속성 값과 같으면 true
이고, 그렇지 않으면 false
입니다.
설명
대/소문자를 구분하고 비교합니다.
적용 대상
Matches(String, SecurityKeyIdentifierClause)
public:
static bool Matches(System::String ^ assertionId, System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public static bool Matches (string assertionId, System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
static member Matches : string * System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Shared Function Matches (assertionId As String, keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
매개 변수
- assertionId
- String
- keyIdentifierClause
- SecurityKeyIdentifierClause
반환
적용 대상
.NET