Discuss this help topic in SecureBlackbox Forum

TElSAMLStatusResponseType.Consent

TElSAMLStatusResponseType     See also     


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


Specifies whether a consent was obtained from principal in sending this response.

Declaration

[C#]
    string Consent;

[VB.NET]
    Property Consent As String

[Pascal]
    property Consent : TSBAnyURI;

[C++]
    void get_Consent(std::string &OutResult);
    void set_Consent(const std::string &Value);

[PHP]
    string get_Consent()
    void set_Consent(string $Value)

[Java]
    String getConsent();
    void setConsent(String Value);

Description

This property specifies whether this response was sent with principal's consent, or not. If this attribute indicates that a consent from a principal has been obtained, the request must be signed.

See also:     Signature     Signed    

Discuss this help topic in SecureBlackbox Forum