IServiceManagement<TService>.CreateChannelFactory Method (ClientAuthenticationType)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Creates a WCF channel factory with a specified type of authentication.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
ChannelFactory<TService> CreateChannelFactory(
ClientAuthenticationType clientAuthenticationType
)
Function CreateChannelFactory (
clientAuthenticationType As ClientAuthenticationType
) As ChannelFactory(Of TService)
Parameters
clientAuthenticationType
Type: Microsoft.Xrm.Sdk.Client.ClientAuthenticationTypeType: ClientAuthenticationType. Specifies the type of authentication.
Return Value
Type: System.ServiceModel.ChannelFactory<TService>
Type: ChannelFactory<TService> where TService: IDiscoveryService or IOrganizationService
The WCF channel factory.
Remarks
When SecurityToken is specified, you can later call the following method when creating a channel.
channelFactory.CreateChannelWithIssuedToken(SecurityToken)
See Also
CreateChannelFactory Overload
IServiceManagement<TService> Interface
Microsoft.Xrm.Sdk.Client Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright