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, set
Public Property CertFile As String
屬性值
X.509 憑證檔 (通常副檔名為 .cer) 的檔案路徑。
備註
如果 X509Certificate 已設定,則會忽略這個屬性。