.NET X509Store class

E937635

The .NET X509Store class is a managed API type that provides programmatic access to and management of X.509 certificate stores, such as the Windows Certificate Store, within .NET applications.

All labels observed (1)

Label Occurrences
.NET X509Store class canonical 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf .NET class
managed API type
software class
definedInNamespace System.Security.Cryptography.X509Certificates NERFINISHED
hasConstructorParameter IntPtr store handle
X509StoreLocation
X509StoreName NERFINISHED
store name string
hasMethod Add
Close
Dispose
Open
Remove
hasProperty Certificates
IsOpen
Location
Name
partOfFramework .NET 5+
.NET Core NERFINISHED
.NET Framework NERFINISHED
providesAccessTo Windows Certificate Store NERFINISHED
X.509 certificate stores NERFINISHED
relatedTo StoreLocation
X509Certificate2 NERFINISHED
X509Certificate2Collection NERFINISHED
X509StoreName NERFINISHED
supportsPlatform Linux
Windows
macOS
supportsStoreLocation CurrentUser GENERATED
LocalMachine GENERATED
supportsStoreName AddressBook GENERATED
CA GENERATED
My GENERATED
Root GENERATED
TrustedPeople GENERATED
TrustedPublisher GENERATED
threadSafety instance members are not guaranteed to be thread-safe
usedFor adding certificates to a store
closing certificate stores
enumerating certificates in a store
management of X.509 certificates
opening certificate stores
programmatic access to certificate stores
removing certificates from a store
usedIn TLS client authentication
TLS server authentication
certificate-based authentication in .NET applications
code signing certificate management

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Windows Certificate Store accessedVia .NET X509Store class