dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MemCryptStorage Class / ContainsCert Method
The specified ID.

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

    Parameters

    id
    The specified ID.

    Return Value

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