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