X509Store.IsOpen Property

Definition

Gets a value that indicates whether the instance is connected to an open certificate store.

C#
public bool IsOpen { get; }

Property Value

true if the instance is connected to an open certificate store; otherwise, false.

Applies to

Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Standard 2.1

See also