EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElXMLCustomDecryptionTransform.Excepts

TElXMLCustomDecryptionTransform     See also    


 

    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;

[VB6]
    not implemented

[ActiveX]
    not implemented

[DLL]
    not implemented
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation