Pkcs12LoaderLimits.PreserveCertificateAlias 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否要保留憑證別名,也稱為易記名稱。
public:
property bool PreserveCertificateAlias { bool get(); void set(bool value); };
public bool PreserveCertificateAlias { get; set; }
member this.PreserveCertificateAlias : bool with get, set
Public Property PreserveCertificateAlias As Boolean
屬性值
true
以遵守憑證的別名;false
忽略別名資訊。
預設值為 false
。
備註
PFX 中的憑證別名值只會在 windows 系列操作系統Microsoft處理。 此屬性對非 Windows 系統沒有任何影響。