Discuss this help topic in SecureBlackbox Forum
The value of the artifact.
Declaration
[VB.NET]
Property Artifact As String
[Pascal]
property Artifact : string;
[C++]
void get_Artifact(std::string &OutResult);
void set_Artifact(const std::string &Value);
[PHP]
string get_Artifact()
void set_Artifact(string $Value)
[Java]
String getArtifact();
void setArtifact(String Value);
Description
This property specifies the artifact value that the requestor wants to translate into a SAML protocol message.
Discuss this help topic in SecureBlackbox Forum