IdentityProviderSingleSignOnDescriptor.SingleSignOnServices 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 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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.