共用方式為


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 已設定,則會忽略這個屬性。

適用於