ManifestSignatureInformation.AuthenticodeSignature プロパティ

定義

マニフェストの Authenticode 署名情報を取得します。

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

プロパティ値

マニフェストの Authenticode 署名情報を格納している AuthenticodeSignatureInformation オブジェクト。署名がない場合は null

適用対象