AuthenticodeSignatureInformation.VerificationResult Property

Definition

Gets the result of verifying the Authenticode signature.

public:
 property System::Security::Cryptography::SignatureVerificationResult VerificationResult { System::Security::Cryptography::SignatureVerificationResult get(); };
public System.Security.Cryptography.SignatureVerificationResult VerificationResult { get; }
member this.VerificationResult : System.Security.Cryptography.SignatureVerificationResult
Public ReadOnly Property VerificationResult As SignatureVerificationResult

Property Value

One of the SignatureVerificationResult values.

Remarks

A positive verification returns Valid.

Applies to