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 _
    ) 
    public static void AddKey( 
       string id,
       string pemKey
    )

    Parameters

    id
    The key ID.
    pemKey
    The added key.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also