Click or drag to resize
EncrytionMatrix Constructor (EncodeType, Int32)
Initializes a new instance of the EncrytionMatrix class

Namespace: EncryptionUtils
Assembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntax
public EncrytionMatrix(
	EncodeType t,
	int KeySize
)

Parameters

t
Type: EncryptionUtilsEncodeType
KeySize
Type: SystemInt32
See Also