3 instantiations of IndexedProtocolEndpointDictionary
System.IdentityModel (3)
System\IdentityModel\Metadata\ServiceProviderSingleSignOnDescriptor.cs (2)
14
IndexedProtocolEndpointDictionary _assertionConsumerServices = new
IndexedProtocolEndpointDictionary
();
20
: this(new
IndexedProtocolEndpointDictionary
())
System\IdentityModel\Metadata\SingleSignOnDescriptor.cs (1)
15
IndexedProtocolEndpointDictionary artifactResolutionServices = new
IndexedProtocolEndpointDictionary
();
8 references to IndexedProtocolEndpointDictionary
System.IdentityModel (8)
System\IdentityModel\Metadata\ServiceProviderSingleSignOnDescriptor.cs (5)
14
IndexedProtocolEndpointDictionary
_assertionConsumerServices = new IndexedProtocolEndpointDictionary();
27
/// <param name="collection">A <see cref="
IndexedProtocolEndpointDictionary
"/> object for this instance.</param>
28
public ServiceProviderSingleSignOnDescriptor(
IndexedProtocolEndpointDictionary
collection)
34
/// Gets the <see cref="
IndexedProtocolEndpointDictionary
"/> for this instance.
36
public
IndexedProtocolEndpointDictionary
AssertionConsumerServices
System\IdentityModel\Metadata\SingleSignOnDescriptor.cs (3)
15
IndexedProtocolEndpointDictionary
artifactResolutionServices = new IndexedProtocolEndpointDictionary();
35
/// Gets the <see cref="
IndexedProtocolEndpointDictionary
"/> instance representing the artifact resolution services.
37
public
IndexedProtocolEndpointDictionary
ArtifactResolutionServices