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
返回
如果两个实例相等,则为 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
标识符子句的生成部分。
返回
如果两个实例相等,则为 true
;否则为 false
。