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

属性值

Boolean

true 如果实例连接到打开的证书存储区,则为;否则为 falsetrue if the instance is connected to an open certificate store; otherwise, false.

适用于

另请参阅