DSACng.VerifySignature(Byte[], Byte[]) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verifies if the specified digital signature matches the specified hash.
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[]
The signed hash.
- rgbSignature
- Byte[]
The digital signature to be verified.
true
if rgbSignature
matches the signature computed using the specified hash; otherwise, false
.
The rgbHash
or rgbSignature
parameters are null
.
Vara | Útgáfur |
---|---|
.NET | 6, 7, 8, 9 |
.NET Framework | 4.6.2, 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 (package-provided) |
Windows Desktop | 3.0, 3.1, 5 |
.NET umsögn
.NET er opið verkefni. Veldu tengil til að gefa umsögn: