Tungsten
![]() |
RSAEncrypt Method (Byte) |
Encrypts a byte[]
Namespace: W.Encryption
Assembly: Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2

C#
public byte[] Encrypt( byte[] bytes )
Parameters
- bytes
- Type: SystemByte
The byte[] to be encrypted
Return Value
Type: ByteA byte[] containing the encrypted bytes
