DataProtector::ProviderProtect Method (array<Byte>^)

.NET Framework (current version)
 

Specifies the delegate method in the derived class that the Protect method in the base class calls back into.

Namespace:   System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

protected:
virtual array<unsigned char>^ ProviderProtect(
	array<unsigned char>^ userData
) abstract

Parameters

userData
Type: array<System::Byte>^

The data to be encrypted.

Return Value

Type: array<System::Byte>^

A byte array that contains the encrypted data.

The following example shows an implementation of the ProviderProtect method. It is part of a larger code example for the DataProtector class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 4.5
Return to top
Show: