DataProtectorShim.Unprotect(Byte[]) Method

Definition

public:
 virtual cli::array <System::Byte> ^ Unprotect(cli::array <System::Byte> ^ protectedData);
public byte[] Unprotect (byte[] protectedData);
abstract member Unprotect : byte[] -> byte[]
override this.Unprotect : byte[] -> byte[]
Public Function Unprotect (protectedData As Byte()) As Byte()

Parameters

protectedData
Byte[]

Returns

Byte[]

Implements

Microsoft.Owin.Security.DataProtection.IDataProtector.Unprotect(System.Byte[])

Applies to