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