X509SubjectKeyIdentifierClause.Matches(X509Certificate2) 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.
Retourne une valeur qui indique si l'identificateur de clé pour cette instance équivaut à l'identificateur de clé du certificat X.509 spécifié.
public:
bool Matches(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);
public bool Matches (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
override this.Matches : System.Security.Cryptography.X509Certificates.X509Certificate2 -> bool
Public Function Matches (certificate As X509Certificate2) As Boolean
Paramètres
- certificate
- X509Certificate2
Objet X509Certificate2 qui contient le certificat X.509 à comparer.
Retours
true
si certificate
a le même identificateur de clé du sujet que l'instance en cours ; sinon, false
.
Exceptions
certificate
a la valeur null
.
Remarques
La méthode Matches compare l'extension X509SubjectKeyIdentifierExtension pour les deux certificats X.509.