TdxX509Store Members
A wrapper class for an X.509 certificate store in Microsoft CryptoAPI.Constructors
| Name | Description |
|---|---|
| Create(TdxX509StoreLocation) | Initializes a new instance of the TdxX509Store class with specified settings. |
| Create(TdxX509StoreName,TdxX509StoreLocation) | Creates an empty certificate store in memory. |
| Create(TdxX509StoreName) | Initializes a new instance of the TdxX509Store class with specified settings. |
Properties
| Name | Description |
|---|---|
| Certificates | Provides access to the list of stored X.509 certificates. |
| Location | Returns the source certificate store’s location. |
| Mode | Returns the certificate store access mode. |
| Name | Returns the name of a source certificate store. |
Methods
| Name | Description |
|---|---|
| Close | Closes the certificate store. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| Open | Opens the certificate store. |
| ToString | Inherited from TObject. |
See Also