Discuss this help topic in SecureBlackbox Forum

TElSAMLArtifactResolveElement.Artifact

TElSAMLArtifactResolveElement     


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


The value of the artifact.

Declaration

[C#]
    string Artifact;

[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