Edit

Share via


IdentityProviderSingleSignOnDescriptor.SingleSignOnServices Property

Definition

Gets the collection of ProtocolEndpoint representing single sign-on services.

public:
 property System::Collections::Generic::ICollection<System::IdentityModel::Metadata::ProtocolEndpoint ^> ^ SingleSignOnServices { System::Collections::Generic::ICollection<System::IdentityModel::Metadata::ProtocolEndpoint ^> ^ get(); };
public System.Collections.Generic.ICollection<System.IdentityModel.Metadata.ProtocolEndpoint> SingleSignOnServices { get; }
member this.SingleSignOnServices : System.Collections.Generic.ICollection<System.IdentityModel.Metadata.ProtocolEndpoint>
Public ReadOnly Property SingleSignOnServices As ICollection(Of ProtocolEndpoint)

Property Value

The collection of protocol endpoints that represent single sign-on services. The default is an empty collection.

Applies to