Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.ArtifactResolutionService

TElSAMLServiceProvider     See also     


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


The location of the artifact resolution service.

Declaration

[C#]
    string ArtifactResolutionService;

[VB.NET]
    Property ArtifactResolutionService As String

[Pascal]
    property ArtifactResolutionService : string;

[C++]
    void get_ArtifactResolutionService(std::string &OutResult);
    void set_ArtifactResolutionService(const std::string &Value);

[PHP]
    string get_ArtifactResolutionService()
    void set_ArtifactResolutionService(string $Value)

[Java]
    String getArtifactResolutionService();
    void setArtifactResolutionService(String Value);

Description

Use this property to specify the location of the artifact resolution service.

See also:     ArtifactResolutionServiceBindings    

Discuss this help topic in SecureBlackbox Forum