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

.NET Framework (current version)
 

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

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

protected:
virtual array<unsigned char>^ ProviderUnprotect(
	array<unsigned char>^ encryptedData
) abstract

Parameters

encryptedData
Type: array<System::Byte>^

The data to be unencrypted.

Return Value

Type: array<System::Byte>^

The unencrypted data..

The following example shows an implementation of the ProviderUnprotect 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: