IServiceManagement<TService> Interface

 

Applies To: Dynamics CRM 2015

An interface which provides a simpler authentication experience.

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

Syntax

public interface IServiceManagement<TService>
generic<typename TService>
public interface class IServiceManagement
type IServiceManagement<'TService> = interface end
Public Interface IServiceManagement(Of TService)

Type Parameters

Properties

Name Description
System_CAPS_pubproperty AuthenticationType

Gets the type of authentication in use by the identity provider of the service.

System_CAPS_pubproperty CrossRealmIssuerEndpoints

Gets the available endpoints of the user’s home realm identity provider.

System_CAPS_pubproperty CurrentServiceEndpoint

Gets or sets the current endpoint in use by a service.

System_CAPS_pubproperty IssuerEndpoints

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

System_CAPS_pubproperty PolicyConfiguration

Gets the policy configuration that identifies a Secure Token Service (STS).

Methods

Name Description
System_CAPS_pubmethod Authenticate(AuthenticationCredentials)

Authenticates the logged on user with the service.

System_CAPS_pubmethod CreateChannelFactory()

Creates a WCF channel factory that uses the default Kerberos credentials.

System_CAPS_pubmethod CreateChannelFactory(ClientAuthenticationType)

Creates a WCF channel factory with a specified type of authentication.

System_CAPS_pubmethod CreateChannelFactory(ClientCredentials)

Creates a WCF channel factory using specified client credentials.

System_CAPS_pubmethod CreateChannelFactory(TokenServiceCredentialType)

For internal use only.

System_CAPS_pubmethod GetIdentityProvider(String)

Returns the identity provider used for a specified user when accessing a service.

Remarks

Instances of the IServiceConfiguration<TService> and IServiceManagement<TService> interfaces are basically interchangeable, the only real difference being that the IServiceManagement<TService> interface exposes support for the AuthenticationCredentials class and a single Authenticate call that covers most scenarios.

For best performance, create an instance of this interface only one time per client session and re-use that instance as necessary.

See Also

Microsoft.Xrm.Sdk.Client Namespace
Sample: Authenticate users with Microsoft Dynamics CRM web services
Improve service channel allocation performance

Return to top

© 2016 Microsoft. All rights reserved. Copyright