PublisherIdentityPermissionAttribute.CertFile 属性

定义

获取或设置包含 Authenticode X.509v3 证书的证书文件。

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

属性值

X.509 证书文件(通常有 .cer 扩展名)的文件路径。

注解

如果 X509Certificate 设置了 ,则忽略此属性。

适用于