SecTrust.SetVerifyDate(DateTime) Method
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.
Set the date at which the trust is to be evaluated.
public Security.SecStatusCode SetVerifyDate (DateTime date);
member this.SetVerifyDate : DateTime -> Security.SecStatusCode
Parameters
- date
- DateTime
Date for which the verification should made.
Returns
An error code.
Remarks
This is often used for digital signatures.