CryptoSys PKI Pro Manual

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]

[PREV: Ecc.SaveKey Method...]   [Contents]   [Index]   
   [NEXT: General.CompileTime Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-06T00:43:03Z.