RijndaelEnhancedEncrypt Method (Byte) |
Namespace: EncryptionUtilsAssembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntaxpublic string Encrypt(
byte[] plainTextBytes
)
Public Function Encrypt (
plainTextBytes As Byte()
) As String
public:
String^ Encrypt(
array<unsigned char>^ plainTextBytes
)
member Encrypt :
plainTextBytes : byte[] -> string
Parameters
- plainTextBytes
- Type: SystemByte
Return Value
Type:
String
See Also