PublisherIdentityPermissionAttribute.SignedFile プロパティ

定義

Authenticode X.509v3 証明書の抽出元となる署名済みファイルを取得または設定します。

public:
 property System::String ^ SignedFile { System::String ^ get(); void set(System::String ^ value); };
public string SignedFile { get; set; }
member this.SignedFile : string with get, set
Public Property SignedFile As String

プロパティ値

Authenticode 署名で署名されたファイルのファイル パス。

注釈

X509CertificateまたはCertFileが設定されている場合、このプロパティは無視されます。

適用対象