RSA.Encrypt Method (Byte[])

Tungsten Suite

RSAEncrypt Method (Byte)

Encrypts a byte[]

Namespace:  W.Encryption
Assembly:  Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2
Syntax
C#
public byte[] Encrypt(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
The byte[] to be encrypted

Return Value

Type: Byte
A byte[] containing the encrypted bytes
See Also