Share via


IServiceConfiguration<TService>.IssuerEndpoints Property

 

Applies To: Dynamics CRM 2015

Gets the available endpoints of the security token service (STS).

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

IssuerEndpointDictionary IssuerEndpoints { get; }
property IssuerEndpointDictionary^ IssuerEndpoints {
    IssuerEndpointDictionary^ get();
}
abstract IssuerEndpoints : IssuerEndpointDictionary with get
ReadOnly Property IssuerEndpoints As IssuerEndpointDictionary

Property Value

Type: Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary

Type: IssuerEndpointDictionary
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.

See Also

IServiceConfiguration<TService> Interface
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright