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

In This Topic
    RemoveKey Method
    In This Topic
    Removes a key with the specified ID from the MemCryptStorage.
    Syntax
    'Declaration
     
    Public Shared Sub RemoveKey( _
       ByVal id As String _
    ) 
    public static void RemoveKey( 
       string id
    )

    Parameters

    id
    The specified ID.
    See Also