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.