Discuss this help topic in SecureBlackbox Forum

TElSAMLAssertionElement.Signature

TElSAMLAssertionElement     See also     


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


The signature element of this assertion.

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 the signature of this assertion element.

See also:     Signed    

Discuss this help topic in SecureBlackbox Forum