共用方式為


TimestampInformation.SignatureChain 屬性

定義

取得用來驗證簽章時間戳記的憑證鏈結。

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

屬性值

X509Chain 物件,代表憑證鏈結。

適用於