Interface IArtifactResolver
Provides artifact resolution for the HTTP artifact binding.
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface IArtifactResolver
Methods
ResolveArtifactAsync()
Receives an artifact resolve request and sends an artifact response,.
Declaration
Task ResolveArtifactAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A task that represents the operation. |
Exceptions
Type | Condition |
---|---|
SamlException | Thrown when the artifact resolve request cannot be processed. |