CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Opérateur
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.
Détermine si deux objets CngKeyBlobFormat spécifient le même format BLOB de clé.
public:
static bool operator ==(System::Security::Cryptography::CngKeyBlobFormat ^ left, System::Security::Cryptography::CngKeyBlobFormat ^ right);
public static bool operator == (System.Security.Cryptography.CngKeyBlobFormat? left, System.Security.Cryptography.CngKeyBlobFormat? right);
public static bool operator == (System.Security.Cryptography.CngKeyBlobFormat left, System.Security.Cryptography.CngKeyBlobFormat right);
static member ( = ) : System.Security.Cryptography.CngKeyBlobFormat * System.Security.Cryptography.CngKeyBlobFormat -> bool
Public Shared Operator == (left As CngKeyBlobFormat, right As CngKeyBlobFormat) As Boolean
Paramètres
- left
- CngKeyBlobFormat
Objet qui spécifie un format BLOB de clé.
- right
- CngKeyBlobFormat
Deuxième objet, à comparer avec l'objet identifié par le paramètre left
.
Retours
true
si les deux objets spécifient le même format BLOB de clé ; sinon, false
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.