Discuss this help topic in SecureBlackbox Forum

TElSAMLStatusResponseType.Signature

TElSAMLStatusResponseType     See also     


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


The XML signature which signs this response.

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 XML signature which authenticates the responder and provides message integrity.

See also:     Signed    

Discuss this help topic in SecureBlackbox Forum