Share via


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 ,则忽略此属性。

适用于