dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / MemCryptStorage Class / ContainsCa Method
The specified ID.

In This Topic
ContainsCa Method
In This Topic
Determines whether the MemCryptStorage contains a CA certificate with the specified ID.
Syntax
'Declaration
 
Public Shared Function ContainsCa( _
   ByVal id As String _
) As Boolean
 

Parameters

id
The specified ID.

Return Value

true, if the MemCryptStorage contains a CA certificate with the specified ID.
See Also