Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLAgileEncryptionHandler.AddPasswordKeyEncryptor

TElOfficeOpenXMLAgileEncryptionHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Declaration

[C#]
    int AddPasswordKeyEncryptor(string Password);

[VB.NET]
    Function AddPasswordKeyEncryptor(ByVal Password As String) As Integer

[Pascal]
    function AddPasswordKeyEncryptor(const Password : UnicodeString) : Integer;

[C++]
    int32_t AddPasswordKeyEncryptor(const sb_u16string &Password);
    int32_t AddPasswordKeyEncryptor(const std::wstring &Password);

[PHP]
    integer AddPasswordKeyEncryptor(string $Password)

[Java]
    int addPasswordKeyEncryptor(String Password);

Parameters

  • Password -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum