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 2 つのインスタンスが等しい場合。それ以外の場合は 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 2 つのインスタンスが等しい場合。それ以外の場合は false。