SecurityContextKeyIdentifierClause.Matches 方法

定义

将指定的 SecurityKeyIdentifierClauseSecurityContextKeyIdentifierClause 类的当前实例进行比较。

重载

Matches(SecurityKeyIdentifierClause)

将指定的 SecurityKeyIdentifierClauseSecurityContextKeyIdentifierClause 类的当前实例进行比较。

Matches(UniqueId, UniqueId)

将指定的 SecurityKeyIdentifierClause 与具有指定的上下文标识符和生成部分的 SecurityContextKeyIdentifierClause 类的当前实例进行比较。

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

如果两个实例相等,则为 true;否则为 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

标识符子句的生成部分。

返回

Boolean

如果两个实例相等,则为 true;否则为 false

适用于