Discuss this help topic in SecureBlackbox Forum

TElSAMLEntitiesDescriptorElement.Signature

TElSAMLEntitiesDescriptorElement     See also     


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


An electronic signature authenticating this element and its contents.

Declaration

[C#]
    TElXMLSignature Signature;

[VB.NET]
    Property Signature As TElXMLSignature

[Pascal]
    property Signature : TElXMLSignature;

[C++]
    TElXMLSignature* get_Signature();

[PHP]
    TElXMLSignature get_Signature()

[Java]
    TElXMLSignature getSignature();

Description

This property contains an XML signature which suthenticates this element and its contents.

See also:     Signed    

Discuss this help topic in SecureBlackbox Forum