Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationDataElement.Recipient

TElSAMLSubjectConfirmationDataElement     See also     


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


The URI of the entity or the location of the resource to which the assertion should be presented.

Declaration

[C#]
    string Recipient;

[VB.NET]
    Property Recipient As String

[Pascal]
    property Recipient : TSBAnyURI;

[C++]
    void get_Recipient(std::string &OutResult);
    void set_Recipient(const std::string &Value);

[PHP]
    string get_Recipient()
    void set_Recipient(string $Value)

[Java]
    String getRecipient();
    void setRecipient(String Value);

Description

This property specifies The URI of the entity or the location of the resource to which the assertion should be presented.

See also:     Address    

Discuss this help topic in SecureBlackbox Forum