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.
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.
The following example shows an implementation of the ProviderProtect method. It is part of a larger code example for the DataProtector class.
.NET Framework
Available since 4.5
Available since 4.5
Show: