Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLAgileEncryptionHandler.InsertKeyEncryptor

TElOfficeOpenXMLAgileEncryptionHandler     See also     


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


Declaration

[C#]
    void InsertKeyEncryptor(int Index, TElOfficeOpenXMLKeyEncryptor KeyEncryptor);

[VB.NET]
    Sub InsertKeyEncryptor(ByVal Index As Integer, ByVal KeyEncryptor As TElOfficeOpenXMLKeyEncryptor)

[Pascal]
    procedure InsertKeyEncryptor(Index : Integer; KeyEncryptor : TElOfficeOpenXMLKeyEncryptor);

[C++]
    void InsertKeyEncryptor(int32_t Index, TElOfficeOpenXMLKeyEncryptor &KeyEncryptor);
    void InsertKeyEncryptor(int32_t Index, TElOfficeOpenXMLKeyEncryptor *KeyEncryptor);

[PHP]
    void InsertKeyEncryptor(integer $Index, TElOfficeOpenXMLKeyEncryptor $KeyEncryptor)

[Java]
    void insertKeyEncryptor(int Index, TElOfficeOpenXMLKeyEncryptor KeyEncryptor);

Parameters

  • Index -
  • KeyEncryptor -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum