PublisherIdentityPermissionAttribute.CertFile 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置包含 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, setPublic Property CertFile As String属性值
X.509 证书文件(通常有 .cer 扩展名)的文件路径。
注解
如果 X509Certificate 设置了 ,则忽略此属性。