ServiceProviderSingleSignOnDescriptor Constructors

Definition

Initializes a new instance of the ServiceProviderSingleSignOnDescriptor class.

Overloads

ServiceProviderSingleSignOnDescriptor()

Initializes a new instance of the ServiceProviderSingleSignOnDescriptor class.

ServiceProviderSingleSignOnDescriptor(IndexedProtocolEndpointDictionary)

Initializes a new instance of the ServiceProviderSingleSignOnDescriptor class that has the specified dictionary of indexed endpoints.

ServiceProviderSingleSignOnDescriptor()

Initializes a new instance of the ServiceProviderSingleSignOnDescriptor class.

public:
 ServiceProviderSingleSignOnDescriptor();
public ServiceProviderSingleSignOnDescriptor ();
Public Sub New ()

Applies to

ServiceProviderSingleSignOnDescriptor(IndexedProtocolEndpointDictionary)

Initializes a new instance of the ServiceProviderSingleSignOnDescriptor class that has the specified dictionary of indexed endpoints.

public:
 ServiceProviderSingleSignOnDescriptor(System::IdentityModel::Metadata::IndexedProtocolEndpointDictionary ^ collection);
public ServiceProviderSingleSignOnDescriptor (System.IdentityModel.Metadata.IndexedProtocolEndpointDictionary collection);
new System.IdentityModel.Metadata.ServiceProviderSingleSignOnDescriptor : System.IdentityModel.Metadata.IndexedProtocolEndpointDictionary -> System.IdentityModel.Metadata.ServiceProviderSingleSignOnDescriptor
Public Sub New (collection As IndexedProtocolEndpointDictionary)

Parameters

collection
IndexedProtocolEndpointDictionary

An IndexedProtocolEndpointDictionary object for this instance. Initializes the AssertionConsumerServices property.

Applies to