Click or drag to resize

BouncyCastleCertificateGeneratorCreateKeyPair Method

Create a private key

Namespace: SanteDB.Security.Certs.BouncyCastle
Assembly: SanteDB.Security.Certs.BouncyCastle (in SanteDB.Security.Certs.BouncyCastle.dll) Version: 3.0.2001-alpha+81bfcc0d522cbb9f09c8992158e8dc35c51801b2
Syntax
public RSAParameters CreateKeyPair(
	int keyLength
)

Parameters

keyLength  Int32
The length of the key to generate

Return Value

RSAParameters
The generated private key

Implements

ICertificateGeneratorServiceCreateKeyPair(Int32)
See Also