共用方式為


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 物件,包含簽章的時間戳記。

備註

時間戳是以當地時間表示。 只有在簽署時間戳的發行者受到信任時,才能使用時間戳。

適用於