AddKey(String,String) Method
In This Topic
Adds a key with a specific ID to
MemCryptStorage.
Syntax
'Declaration
Public Overloads Shared Sub AddKey( _
ByVal As String, _
ByVal As String _
)
public static void AddKey(
string ,
string
)
Parameters
- id
- The key ID.
- pemKey
- The added key.
See Also