dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / MemCryptStorage Class / AddKey Method / AddKey(String,String) Method
The key ID.
The added key.

In This Topic
AddKey(String,String) Method
In This Topic
Adds a key with a specific ID to MemCryptStorage.
Syntax
'Declaration
 
Public Overloads Shared Sub AddKey( _
   ByVal id As String, _
   ByVal pemKey As String _
) 
 

Parameters

id
The key ID.
pemKey
The added key.
See Also