EncrytionMatrix Constructor (EncodeType, Int32) |
Namespace: EncryptionUtilsAssembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntaxpublic EncrytionMatrix(
EncodeType t,
int KeySize
)
Public Sub New (
t As EncodeType,
KeySize As Integer
)
public:
EncrytionMatrix(
EncodeType t,
int KeySize
)
new :
t : EncodeType *
KeySize : int -> EncrytionMatrix
Parameters
- t
- Type: EncryptionUtilsEncodeType
- KeySize
- Type: SystemInt32
See Also