SingleSignOnDescriptor.ArtifactResolutionServices Property

Definition

Gets an IndexedProtocolEndpointDictionary object that contains the indexed endpoints for the artifact resolution services.

public:
 property System::IdentityModel::Metadata::IndexedProtocolEndpointDictionary ^ ArtifactResolutionServices { System::IdentityModel::Metadata::IndexedProtocolEndpointDictionary ^ get(); };
public System.IdentityModel.Metadata.IndexedProtocolEndpointDictionary ArtifactResolutionServices { get; }
member this.ArtifactResolutionServices : System.IdentityModel.Metadata.IndexedProtocolEndpointDictionary
Public ReadOnly Property ArtifactResolutionServices As IndexedProtocolEndpointDictionary

Property Value

The IndexedProtocolEndpointDictionary that contains the indexed endpoints for the artifact resolution services.

Remarks

The dictionary contains zero or more entries that describe indexed endpoints that support the Artifact Resolution profile defined in [SAMLProf].

Applies to