In The Hand LtdIn The Hand
X509Store Class
.NET Components for Mobility
Represents an X509 store, which is a physical store where certificates are persisted and managed.
Declaration Syntax
C#Visual Basic
public sealed class X509Store
Public NotInheritable Class X509Store
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
X509Store()()()()
Creates a new instance of the X509Store class using the personal certificates of the current user store.

X509Store(StoreName, StoreLocation)
Initializes a new instance of the X509Store class using the specified StoreName and StoreLocation values.

X509Store(String, StoreLocation)
Initializes a new instance of the X509Store class using a string representing a value from the StoreName enumeration and a value from the StoreLocation enumeration.

Certificates
Returns a collection of certificates located in an X509 certificate store.

Close()()()()
Closes an X509 certificate store.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Location
Gets the location of the X.509 certificate store.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets the name of the X509 certificate store.

Open(OpenFlags)
Opens an X509 certificate store or creates a new store, depending on OpenFlags flag settings.

StoreHandle
Native handle to the certificate store.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
X509Store

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0