xApplication.IsAlreadyEncrypted(Object[], 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:
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