Discuss this help topic in SecureBlackbox Forum

TElXMLCustomDecryptionTransform.Excepts

TElXMLCustomDecryptionTransform     See also     


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


Elements of the input node-set which should not be processed.

Declaration

[C#]
    TElXMLDecryptionExcept Excepts[int Index];

[VB.NET]
    Property Excepts(ByVal Index As Integer) As TElXMLDecryptionExcept

[Pascal]
    property Excepts[Index : integer] : TElXMLDecryptionExcept;

[C++]
    TElXMLDecryptionExcept* get_Excepts(int32_t Index);

[PHP]
    TElXMLDecryptionExcept get_Excepts(integer $Index)

[Java]
    not available

Parameters

  • Index - The index of the desired dcrpt:Except element in the list. The first element has Index=0, the second has Index=1 and so on.

Description

    Use this read-only property to get the dcrpt:Except elements. They specify the list of xenc:EncryptedData elements which should not be processed.

See also:     Count     Add     Clear     Delete     Insert    

Discuss this help topic in SecureBlackbox Forum