Share via


xApplication.IsAlreadyEncryptedString(String, String) Method

Definition

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

Parameters

_cipher
String
_purpose
String

Returns

Applies to