SingleSignOnDescriptor.ArtifactResolutionServices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.