SecureBlackbox 2020 .NET Edition

Questions / Feedback?

Generate Method

Generates a new crypto key.

Syntax

public void Generate(string keyAlgorithm, string scheme, string schemeParams, int keyBits);
Public Sub Generate(ByVal KeyAlgorithm As String, ByVal Scheme As String, ByVal SchemeParams As String, ByVal KeyBits As Integer)

Remarks

Call this method to generate a new key or keypair with the desired KeyAlgorithmand KeyBits of length.

The generated key will be populated in the Key property.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]