KeyNameIdentifierClause.Matches 方法

定义

检查安全密钥名称子句是否与该类的当前实例相匹配。

重载

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

适用于

Matches(String)

检查指定的密钥名称是否与当前实例的密钥名称相匹配。

public:
 bool Matches(System::String ^ keyName);
public bool Matches (string keyName);
override this.Matches : string -> bool
Public Function Matches (keyName As String) As Boolean

参数

keyName
String

安全密钥名称子句。

返回

如果存在匹配项,则为 true;否则为 false

适用于