Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLAgileEncryptionHandler.KeyEncryptors

TElOfficeOpenXMLAgileEncryptionHandler     See also     


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


Declaration

[C#]
    TElOfficeOpenXMLKeyEncryptor KeyEncryptors[int Index];

[VB.NET]
    Property KeyEncryptors(ByVal Index As Integer) As TElOfficeOpenXMLKeyEncryptor

[Pascal]
    property KeyEncryptors[Index : Integer] : TElOfficeOpenXMLKeyEncryptor;

[C++]
    TElOfficeOpenXMLKeyEncryptor* get_KeyEncryptors(int32_t Index);

[PHP]
    TElOfficeOpenXMLKeyEncryptor get_KeyEncryptors(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum