The following tables list the members exposed by X509Store.

Public Constructors

NameDescription
Public ConstructorsX509Store ConstructorOverloaded. Initializes a new instance of the X509Store class using the personal certificates of the current user store.
Top

Public Properties

NameDescription
Public PropertiesCertificatesReturns a list of certificates located in an X.509 certificate store.
Public PropertiesLocationGets the location of the X.509 certificate store.
Public PropertiesNameGets the name of the X.509 certificate store.
Top

Public Methods

NameDescription
Public MethodsAddAdds a certificate to an X.509 certificate store.
Public MethodsCloseCloses an X.509 certificate store.
Public MethodsOpenOpens an X.509 certificate store or creates a new store, depending on OpenFlags flag settings.
Public MethodsRemoveRemoves a certificate from an X.509 certificate store.
Top

See Also