SecurityContextKeyIdentifierClause.Matches メソッド

定義

指定した SecurityKeyIdentifierClauseSecurityContextKeyIdentifierClause クラスの現在のインスタンスと比較します。

オーバーロード

Matches(SecurityKeyIdentifierClause)

指定した SecurityKeyIdentifierClauseSecurityContextKeyIdentifierClause クラスの現在のインスタンスと比較します。

Matches(UniqueId, UniqueId)

SecurityContextKeyIdentifierClause クラスの現在のインスタンスの指定した SecurityKeyIdentifierClause と、指定したコンテキスト ID および生成を比較します。

Matches(SecurityKeyIdentifierClause)

指定した SecurityKeyIdentifierClauseSecurityContextKeyIdentifierClause クラスの現在のインスタンスと比較します。

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

戻り値

Boolean

2 つのインスタンスが等しい場合は true、それ以外の場合は false

適用対象

Matches(UniqueId, UniqueId)

SecurityContextKeyIdentifierClause クラスの現在のインスタンスの指定した SecurityKeyIdentifierClause と、指定したコンテキスト ID および生成を比較します。

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

識別子句の生成パート。

戻り値

Boolean

2 つのインスタンスが等しい場合は true、それ以外の場合は false

適用対象