Click or drag to resize

SignatureServiceBaseGenerateKeys Method

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

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public abstract (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.

Implements

ISigningGenerateKeys(String)
See Also