Discuss this help topic in SecureBlackbox Forum
The URI of the entity or the location of the resource to which the assertion should be presented.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum