xApplication.EncryptForPurpose(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:
cli::array <System::Object ^> ^ EncryptForPurpose(System::String ^ _input, System::String ^ _purpose);
public object[] EncryptForPurpose (string _input, string _purpose);
member this.EncryptForPurpose : string * string -> obj[]
Public Function EncryptForPurpose (_input As String, _purpose As String) As Object()
Parameters
- _input
- String
- _purpose
- String
Returns
Object[]