VerifyResult Enumeration
.NET Framework (current version)
Specifies the result of a certificate or signature verification.
Assembly: WindowsBase (in WindowsBase.dll)
| Member name | Description | |
|---|---|---|
| CertificateRequired | The X.509 certificate is not available to verify the signature. | |
| InvalidCertificate | The X.509 certificate is not valid. | |
| InvalidSignature | The signature is not valid. | |
| NotSigned | The specified package or part has no signature. | |
| ReferenceNotFound | A reference relationship to the signature was not found. | |
| Success | The verification was successful. |
The following example shows how to use the VerifyResult enumeration.
For the complete sample, see Creating a Package with a Digital Signature Sample.
.NET Framework
Available since 3.0
Available since 3.0
Show: