Discuss this help topic in SecureBlackbox Forum

TElSAMLRoleDescriptorElement.Signature

TElSAMLRoleDescriptorElement     See also     


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


The electronic signature authenticating this element.

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 represents the XML signature which authenticates this element and its contents.

See also:     Signed    

Discuss this help topic in SecureBlackbox Forum