IServiceConfiguration<TService>.IssuerEndpoints 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 available endpoints of the security token service (STS).
public:
property Microsoft::Xrm::Sdk::Client::IssuerEndpointDictionary ^ IssuerEndpoints { Microsoft::Xrm::Sdk::Client::IssuerEndpointDictionary ^ get(); };
public Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary IssuerEndpoints { get; }
member this.IssuerEndpoints : Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary
Public ReadOnly Property IssuerEndpoints As IssuerEndpointDictionary
Property Value
The available endpoints of the security token service (STS).
Remarks
The available endpoints can vary, depending on how the administrator of the STS has configured the server, but may include the following authentication methods: username and password, Kerberos, certificate, asymmetric token, or symmetric token.