KeyNameIdentifierClause.Matches 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检查安全密钥名称子句是否与该类的当前实例相匹配。
重载
Matches(SecurityKeyIdentifierClause) |
检查 SecurityKeyIdentifierClause 是否与该类的当前实例相匹配。 |
Matches(String) |
检查指定的密钥名称是否与当前实例的密钥名称相匹配。 |
Matches(SecurityKeyIdentifierClause)
检查 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
;否则为 false
。