X509Store.IsOpen 属性
定义
获取一个值,该值指示实例是否连接到打开的证书存储。Gets a value that indicates whether the instance is connected to an open certificate store.
public:
property bool IsOpen { bool get(); };
public bool IsOpen { get; }
member this.IsOpen : bool
Public ReadOnly Property IsOpen As Boolean
属性值
true 如果实例连接到打开的证书存储区,则为;否则为 false 。true if the instance is connected to an open certificate store; otherwise, false.