DefaultPersonalDataProtector.Unprotect(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unprotect the data.
public:
virtual System::String ^ Unprotect(System::String ^ data);
public virtual string Unprotect (string data);
public virtual string? Unprotect (string? data);
abstract member Unprotect : string -> string
override this.Unprotect : string -> string
Public Overridable Function Unprotect (data As String) As String
Parameters
- data
- String
The data to unprotect.
Returns
The unprotected data.