AuthenticodeSignatureInformation.SignatureChain 屬性

定義

取得用來驗證 Authenticode 簽章的憑證鏈結。

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 物件,包含憑證鏈結。

適用於