ILookupProtector.Unprotect(String, 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 using the specified key.
public:
System::String ^ Unprotect(System::String ^ keyId, System::String ^ data);
public string Unprotect (string keyId, string data);
public string? Unprotect (string keyId, string? data);
abstract member Unprotect : string * string -> string
Public Function Unprotect (keyId As String, data As String) As String
Parameters
- keyId
- String
The key to use.
- data
- String
The data to unprotect.
Returns
The original data.