ProtectedDataCookieTransform.Encode(Byte[]) Method

Definition

Protects (encrypts) the specified data.

public:
 override cli::array <System::Byte> ^ Encode(cli::array <System::Byte> ^ value);
public override byte[] Encode (byte[] value);
override this.Encode : byte[] -> byte[]
Public Overrides Function Encode (value As Byte()) As Byte()

Parameters

value
Byte[]

The data to be protected (encrypted).

Returns

Byte[]

The protected (encrypted) data.

Exceptions

value is null.

value contains zero bytes.

Applies to