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