AuthenticodeSignatureInformation.Timestamp Property

Definition

Gets the time stamp that was applied to the Authenticode signature.

public:
 property System::Security::Cryptography::X509Certificates::TimestampInformation ^ Timestamp { System::Security::Cryptography::X509Certificates::TimestampInformation ^ get(); };
public System.Security.Cryptography.X509Certificates.TimestampInformation Timestamp { get; }
member this.Timestamp : System.Security.Cryptography.X509Certificates.TimestampInformation
Public ReadOnly Property Timestamp As TimestampInformation

Property Value

A TimestampInformation object that contains the signature time stamp.

Remarks

The time stamp is expressed in local time. The time stamp is available only if the publisher that signed the time stamp is trusted.

Applies to