KeyNameIdentifierClause.Matches Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifie si une clause de nom de clé de sécurité correspond à l'instance actuelle de cette classe.
Surcharges
Matches(SecurityKeyIdentifierClause) |
Vérifie si une SecurityKeyIdentifierClause correspond à l'instance actuelle de cette classe. |
Matches(String) |
Vérifie si le nom de clé spécifié correspond au nom de clé de l'instance actuelle. |
Matches(SecurityKeyIdentifierClause)
Vérifie si une SecurityKeyIdentifierClause correspond à l'instance actuelle de cette classe.
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
Paramètres
- keyIdentifierClause
- SecurityKeyIdentifierClause
SecurityKeyIdentifierClause à comparer.
Retours
true
en cas de correspondance ; sinon, false
.
S’applique à
Matches(String)
Vérifie si le nom de clé spécifié correspond au nom de clé de l'instance actuelle.
public:
bool Matches(System::String ^ keyName);
public bool Matches (string keyName);
override this.Matches : string -> bool
Public Function Matches (keyName As String) As Boolean
Paramètres
- keyName
- String
La clause du nom de clé de sécurité.
Retours
true
en cas de correspondance ; sinon, false
.