共用方式為


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

適用於