Generates a private key using the specified algorithm and default key size.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Shared Function Generate ( _
	algorithm As KeyAlgorithm _
) As PrivateKeyInfo
C#
public static PrivateKeyInfo Generate(
	KeyAlgorithm algorithm
)

Parameters

algorithm
Type: Rebex.Security.Certificates..::..KeyAlgorithm
Key algorithm.

Return Value

An instance of PrivateKeyInfo.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also