Name | Description | |
---|---|---|
MemCryptStorage Constructor | Initializes a new instance of the MemCryptStorage class. |
The following tables list the members exposed by MemCryptStorage.
Name | Description | |
---|---|---|
MemCryptStorage Constructor | Initializes a new instance of the MemCryptStorage class. |
Name | Description | |
---|---|---|
AddCa | Overloaded. Adds a CA certificate with a specific ID to MemCryptStorage. | |
AddCert | Overloaded. Adds a certificate with a specific ID to MemCryptStorage. | |
AddKey | Overloaded. Adds a key with a specific ID to MemCryptStorage. | |
ClearAll | Deletes all CA certificates, certificates, and keys from the MemCryptStorage. | |
ClearCa | Deletes all CA certificates from the MemCryptStorage. | |
ClearCert | Deletes all certificates from the MemCryptStorage. | |
ClearKey | Deletes all keys from the MemCryptStorage. | |
ContainsCa | Determines whether the MemCryptStorage contains a CA certificate with the specified ID. | |
ContainsCert | Determines whether the MemCryptStorage contains a certificate with the specified ID. | |
ContainsKey | Determines whether the MemCryptStorage contains a key with the specified ID. | |
RemoveCa | Removes a CA certificate with the specified ID from the MemCryptStorage. | |
RemoveCert | Removes a certificate with the specified ID from the MemCryptStorage. | |
RemoveKey | Removes a key with the specified ID from the MemCryptStorage. |