public:
property bool DeleteStore { bool get(); void set(bool value); };
public bool DeleteStore { get; set; }
member this.DeleteStore : bool with get, set
Public Property DeleteStore As Boolean
屬性值
如果允許刪除存放區的能力,則為 true
,否則為 false
。
備註
此功能不是由 X509Store 類別提供的。