Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.ArtifactResolutionServiceCount

TElSAMLServiceProviderInfo     See also     


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


Returns the number of Artifact Resolution endpoints.

Declaration

[C#]
    int ArtifactResolutionServiceCount;

[VB.NET]
    Property ArtifactResolutionServiceCount As Integer

[Pascal]
    property ArtifactResolutionServiceCount : integer;

[C++]
    int32_t get_ArtifactResolutionServiceCount();

[PHP]
    integer get_ArtifactResolutionServiceCount()

[Java]
    int getArtifactResolutionServiceCount();

Description

Use this property to check the number of Artifact Resolution endpoints in the list.

Discuss this help topic in SecureBlackbox Forum