AssymetricEncryption Constructor

Tungsten Suite

AssymetricEncryption Constructor

Constructs a new TwoWayEncryption instance

Namespace:  W.Encryption
Assembly:  Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2
Syntax
C#
public AssymetricEncryption(
	int keySize = 2048
)

Parameters

keySize (Optional)
Type: SystemInt32
The encryption key size
See Also