AuthenticodeSignatureInformation.Timestamp 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取应用于 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 对象。
注解
时间戳以本地时间表示。 仅当签名时间戳的发布者受信任时,时间戳才可用。