dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MemCryptStorage Class
Methods

MemCryptStorage Class Members

The following tables list the members exposed by MemCryptStorage.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the MemCryptStorage class.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Adds a CA certificate with a specific ID to MemCryptStorage.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Adds a certificate with a specific ID to MemCryptStorage.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Adds a key with a specific ID to MemCryptStorage.  
Public Methodstatic (Shared in Visual Basic)Deletes all CA certificates, certificates, and keys from the MemCryptStorage.  
Public Methodstatic (Shared in Visual Basic)Deletes all CA certificates from the MemCryptStorage.  
Public Methodstatic (Shared in Visual Basic)Deletes all certificates from the MemCryptStorage.  
Public Methodstatic (Shared in Visual Basic)Deletes all keys from the MemCryptStorage.  
Public Methodstatic (Shared in Visual Basic)Determines whether the MemCryptStorage contains a CA certificate with the specified ID.  
Public Methodstatic (Shared in Visual Basic)Determines whether the MemCryptStorage contains a certificate with the specified ID.  
Public Methodstatic (Shared in Visual Basic)Determines whether the MemCryptStorage contains a key with the specified ID.  
Public Methodstatic (Shared in Visual Basic)Removes a CA certificate with the specified ID from the MemCryptStorage.  
Public Methodstatic (Shared in Visual Basic)Removes a certificate with the specified ID from the MemCryptStorage.  
Public Methodstatic (Shared in Visual Basic)Removes a key with the specified ID from the MemCryptStorage.  
Top
See Also