MachineKeyEncryptionService.encryptString(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.
public:
static System::String ^ encryptString(System::String ^ _plainText, cli::array <System::String ^> ^ purposes);
public static string encryptString(string _plainText, string[] purposes);
static member encryptString : string * string[] -> string
Public Shared Function encryptString (_plainText As String, purposes As String()) As String
Parameters
- _plainText
- String
- purposes
- String[]