 | ISigningGenerateKeys Method |
Generates an asymmetric Keypair using the provided passPhrase as the Key Name
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax(string PublicKey, string PrivateKey) GenerateKeys(
string passPhrase
)
Function GenerateKeys (
passPhrase As String
) As (PublicKey As String, PrivateKey As String)
ValueTuple<String^, String^> GenerateKeys(
String^ passPhrase
)
Parameters
- passPhrase String
- The pass phrase to encrypt the key.
Return Value
ValueTupleString,
StringThe public, private key pair.
See Also