DSACng.VerifySignature(Byte[], Byte[]) Méthode
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 la signature numérique spécifiée correspond au code de hachage spécifié.
public:
override bool VerifySignature(cli::array <System::Byte> ^ rgbHash, cli::array <System::Byte> ^ rgbSignature);
public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature);
override this.VerifySignature : byte[] * byte[] -> bool
Public Overrides Function VerifySignature (rgbHash As Byte(), rgbSignature As Byte()) As Boolean
- rgbHash
- Byte[]
Code de hachage signé.
- rgbSignature
- Byte[]
Signature numérique à vérifier.
true
si rgbSignature
correspond à la signature calculée à l’aide du code de hachage spécifié ; sinon, false
.
Les paramètres rgbHash
ou rgbSignature
ont la valeur null
.
Produit | Versions |
---|---|
.NET | 6, 7, 8, 9, 10 |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 (package-provided) |
Windows Desktop | 3.0, 3.1, 5 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :