AssymetricEncryption.Encrypt Method

Tungsten Suite

AssymetricEncryptionEncrypt Method

Encrypts data with the remote public key

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

Parameters

bytes
Type: SystemByte
The data to encrypt with the remote public key

Return Value

Type: Boolean

[Missing <returns> documentation for "M:W.Encryption.AssymetricEncryption.Encrypt(System.Byte[]@)"]

See Also