Saml2AssertionKeyIdentifierClause.Matches メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つのキー識別子句が同等かどうかを判断します。
オーバーロード
| 名前 | 説明 |
|---|---|
| Matches(SecurityKeyIdentifierClause) |
このインスタンスのキー識別子が指定したキー識別子句と等しいかどうかを示す値を返します。 |
| Matches(String, SecurityKeyIdentifierClause) |
アサーションのキー識別子が、指定したキー識別子句と等しいかどうかを示す値を返します。 |
Matches(SecurityKeyIdentifierClause)
このインスタンスのキー識別子が指定したキー識別子句と等しいかどうかを示す値を返します。
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
keyIdentifierClauseが現在のインスタンスと同じインスタンスの場合は。それ以外の場合は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
アサーションの ID。
- keyIdentifierClause
- SecurityKeyIdentifierClause
比較する SecurityKeyIdentifierClause 。
返品
例外
assertionId が null または空の文字列です。