AuthenticodeSignatureInformation.Timestamp Propiedad

Definición

Obtiene la marca de tiempo que se aplicó a la firma Authenticode.

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

Valor de propiedad

Objeto TimestampInformation que contiene la marca de tiempo de la firma.

Comentarios

La marca de tiempo se expresa en la hora local. La marca de tiempo solo está disponible si el publicador que firmó la marca de tiempo es de confianza.

Se aplica a