ChainBuildingParameters.ValidationTimestamp Property
Definition
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.
Gets or sets the time stamp used to determine whether the certificate chain was time valid.
public:
property DateTime ValidationTimestamp { DateTime get(); void set(DateTime value); };
DateTime ValidationTimestamp();
void ValidationTimestamp(DateTime value);
public System.DateTimeOffset ValidationTimestamp { get; set; }
var dateTime = chainBuildingParameters.validationTimestamp;
chainBuildingParameters.validationTimestamp = dateTime;
Public Property ValidationTimestamp As DateTimeOffset
Property Value
The time stamp used to determine whether the certificate chain was time valid.