Discuss this help topic in SecureBlackbox Forum

TElXAdESSigner.Included

TElXAdESSigner     See also     


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


Specifies which XAdES properties should be added to the signature.

Declaration

[C#]
    TElXAdESIncludedProperties Included;

[VB.NET]
    Property Included As TElXAdESIncludedProperties

[Pascal]
    property Included: TElXAdESIncludedProperties;
    TElXAdESIncludedProperties = set of TElXAdESIncludedProperty;

[C++]
    TElXAdESIncludedProperties get_Included();
    void set_Included(TElXAdESIncludedProperties Value);

[PHP]
    integer get_Included()
    void set_Included(integer $Value)

[Java]
    int getIncluded();
    void setIncluded(int Value);

Possible values:

TElXAdESIncludedProperties values

Description

    Use this property to specify which XAdES properties should be included to the signature.

See also:     Generate    

Discuss this help topic in SecureBlackbox Forum