RijndaelEnhancedAddSalt Method |
Namespace: EncryptionUtilsAssembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntaxprivate byte[] AddSalt(
byte[] plainTextBytes
)
Private Function AddSalt (
plainTextBytes As Byte()
) As Byte()
private:
array<unsigned char>^ AddSalt(
array<unsigned char>^ plainTextBytes
)
private member AddSalt :
plainTextBytes : byte[] -> byte[]
Parameters
- plainTextBytes
- Type: SystemByte
Return Value
Type:
Byte
See Also