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