Generates a private key using the specified algorithm and key size.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Shared Function Generate ( _ algorithm As KeyAlgorithm, _ keySize As Integer _ ) As PrivateKeyInfo |
C# |
---|
public static PrivateKeyInfo Generate( KeyAlgorithm algorithm, int keySize ) |
Parameters
- algorithm
- Type: Rebex.Security.Certificates..::..KeyAlgorithm
Key algorithm.
- keySize
- Type: System..::..Int32
Key size. Specify 0 to use default key size.