Ecc.WriteKey Method
Write an internal EC key to an output string.
Syntax
[C#]
public static string WriteKey(
string internalKey,
Ecc.KeyType keyType,
)
[VB.NET]
Public Shared Function WriteKey ( _
internalKey As String, _
keyType As Ecc.KeyType, _
) As String
Parameters
- internalKey
- The private or public EC key in an internal key string
- keyType
- Type: Ecc.KeyType
Key structure for private key (Optional)
Return Value
String containing the key in textual PEM format or the empty string if error.
See Also
VB6/C equivalent: ECC_WriteKey
[Contents] [Index]