Click or drag to resize

ISigningGenerateKeys Method

Generates an asymmetric Keypair using the provided passPhrase as the Key Name

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
(string PublicKey, string PrivateKey) GenerateKeys(
	string passPhrase
)

Parameters

passPhrase  String
The pass phrase to encrypt the key.

Return Value

ValueTupleString, String
The public, private key pair.
See Also