 | RsaAes.Encrypt Method (String,Byte[]) |
Encrypts data
Namespace:
Cauldron.Cryptography
Assembly:
Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.2
SyntaxPublic Shared Function Encrypt (
publicKey As String,
data As Byte()
) As Byte()
Parameters
- publicKey
- Type: System.String
The public key to use to encrypt the data - data
- Type:System.Byte[]
The data to encrypt
Return Value
Type:
Byte[]The ecrypted data
Exceptions
See Also