AuthenticodeSignatureInformation.Timestamp 属性

定义

获取应用于 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

属性值

包含签名时间戳的 TimestampInformation 对象。

注解

时间戳以本地时间表示。 仅当签名时间戳的发布者受信任时,时间戳才可用。

适用于