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

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

Parameters

id
The certificate ID.
pemCert
The added certificate.
See Also