Click or drag to resize

RsaCreateKeyPair Method

Creates a public and private key pair that can be used for asymmethric encryption

Namespace:  Cauldron.Cryptography
Assembly:  Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static KeyPair CreateKeyPair(
	RSAKeySizes keySize
)

Parameters

keySize
Type: Cauldron.CryptographyRSAKeySizes
The keysize to generate

Return Value

Type: KeyPair
The generated key size
See Also