System.Security.Cryptography.Pkcs.Pkcs9SigningTime
Defines the signing date and time of a signature. A Pkcs9SigningTime object can be used as an authenticated attribute of a CmsSigner object when an authenticated date and time are to accompany a digital signature.
The SigningTime property retrieves a DateTime structure that represents the date and time that the message was signed.
public Pkcs9SigningTime()
The #ctor constructor creates an instance of the Pkcs9SigningTime class.
The #ctor constructor creates an instance of the Pkcs9SigningTime class by using the specified signing date and time.
The #ctor constructor creates an instance of the Pkcs9SigningTime class by using the specified array of byte values as the encoded signing date and time of the content of a CMS/PKCS #7 message.