IPersonalDataProtector.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:
System::String ^ Unprotect(System::String ^ data);
public string Unprotect (string data);
public string? Unprotect (string? data);
abstract member Unprotect : string -> string
Public Function Unprotect (data As String) As String
Parameters
- data
- String
Returns
The unprotected data.