xApplication.DecryptFromStringForPurpose(String, String) Method

Definition

public:
 System::String ^ DecryptFromStringForPurpose(System::String ^ _cipher, System::String ^ _purpose);
public string DecryptFromStringForPurpose (string _cipher, string _purpose);
member this.DecryptFromStringForPurpose : string * string -> string
Public Function DecryptFromStringForPurpose (_cipher As String, _purpose As String) As String

Parameters

_cipher
String
_purpose
String

Returns

Applies to