Share via


xApplication.IsAlreadyEncrypted(Object[], String) Method

Definition

public:
 bool IsAlreadyEncrypted(cli::array <System::Object ^> ^ _cipher, System::String ^ _purpose);
public bool IsAlreadyEncrypted (object[] _cipher, string _purpose);
member this.IsAlreadyEncrypted : obj[] * string -> bool
Public Function IsAlreadyEncrypted (_cipher As Object(), _purpose As String) As Boolean

Parameters

_cipher
Object[]
_purpose
String

Returns

Applies to