System.Security.Cryptography.X509Certificates.X509ChainPolicy.VerificationTime Property

The time that the certificate was verified expressed in local time.

Syntax

public DateTime VerificationTime { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property returns a value indicating the time the certificate was validated, expressed in local time. This is important when validating signed messages, since the signature must have been valid at the time of signing, not at the time of validation.

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0