public byte[] FormatKeyPair(
KeyPair keyPair,
string passphrase
)Public Function FormatKeyPair (
keyPair As KeyPair,
passphrase As String
) As Byte()public:
array<unsigned char>^ FormatKeyPair(
KeyPair^ keyPair,
String^ passphrase
)member FormatKeyPair :
keyPair : KeyPair *
passphrase : string -> byte[]