Microsoft.Xrm.Sdk.Client Namespace
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.
Contains types used for connecting to the web services, sending requests and receiving responses, and the entity data model.
Classes
AuthenticationCredentials |
Represents client-side user logon credentials. |
AuthenticationHelpers |
For internal use only. |
CancelEventArgs |
Contains arguments for a cancel event. |
ChannelEventArgs |
Contains arguments for a WCF channel event. |
ChannelFaultedEventArgs |
Contains arguments for a faulted WCF channel event. |
ClaimsPolicyConfiguration |
Contains a policy configuration that identifies a Secure Token Service for use with claims authentication. |
CrossRealmIssuerEndpointCollection |
Contains a collection of IssuerEndpointDictionary objects. |
DiscoveryServiceProxy |
Implements IDiscoveryService and provides an authenticated WCF channel to the discovery service endpoint. |
EndpointSwitchEventArgs |
Identifies the new and previous service endpoint URL’s for an organization. |
EntityLogicalNameAttribute |
Identifies the logical name of an entity. |
IdentityProvider |
Represents an identity provider. |
IdentityProviderDictionary |
A collection of identity providers. |
IdentityProviderTrustConfiguration |
Contains the configuration information required to use an identity provider. |
IdentityProviderTypeDictionary |
Contains the available identity providers for a Microsoft Dynamics 365 service. |
IssuerEndpoint |
Represents an issuer endpoint. |
IssuerEndpointDictionary |
Contains a dictionary of IssuerEndpoint objects. |
LiveIdentityProviderTrustConfiguration |
Contains identity provider configuration information specific to Microsoft account. |
LiveIdPolicyConfiguration |
Contains a policy configuration that identifies a Secure Token Service for use with Microsoft account authentication. |
LocalIdentityProvider |
Represents an Active Directory Federation Services (ADFS) based identity provider. |
OnlineFederationPolicyConfiguration |
Contains Microsoft Online Services specific information for connecting to the Dataverse server. |
OnlineIdentityProvider |
Represents a Microsoft Online Services based identity provider. |
OnlinePolicyConfiguration |
Contains general information used when connecting to Dataverse. |
OrganizationServiceContext |
Represents the runtime context of the data service that is used to track Microsoft Dynamics 365 entities and that sends and receives entities from the server. |
OrganizationServiceProxy |
Implements IOrganizationService and provides an authenticated WCF channel to the organization service. |
OrgIdentityProviderTrustConfiguration |
Contains identity provider configuration information specific to Microsoft Online Services ID. |
PolicyConfiguration |
Contains a policy configuration that identifies a Secure Token Service (STS). |
ProxyTypesAssemblyAttribute |
Indicates that the assembly contains early-bound types generated by the CrmSvcUtil utility. |
ProxyTypesBehavior |
Enables early-bound entity types on a service proxy. |
RealmInfo |
For internal use only. |
RequestProxyAttribute |
Indicates the name of the message request, represented by the |
ResponseProxyAttribute |
Indicates the name of the message response, represented by the |
SecurityTokenResponse |
Contains a security token response. |
ServiceChannel<TChannel> |
Represents a communication channel to a Microsoft Dynamics 365 service. |
ServiceConfigurationFactory |
Represents a client factory for creating service configurations. |
ServiceEndpointDictionary |
Contains a dictionary of ServiceEndpoint objects. |
ServiceEndpointMetadata |
Container class for metadata information about a service. |
ServiceProxy<TService> |
Provides an abstract base class to encapsulate service connection operations and user authentication management. |
ServiceUrls |
Contains the primary and alternate endpoints of an organization. |
WindowsPolicyConfiguration |
Contains a policy configuration that identifies an Active Directory provider. |
XrmBinding |
For internal use only. |
Interfaces
IEndpointSwitch |
Represents the switching of a web service endpoint for an organization from a primary URL to an alternate URL. |
IServiceConfiguration<TService> |
Represents a configured Microsoft Dynamics 365 service. |
IServiceManagement<TService> |
An interface which provides a simpler authentication experience. |
Enums
AuthenticationProviderType |
Identifies the type of identity provider used for authentication. |
ClientAuthenticationType |
Specifies the type of authentication used by a client application. |
IdentityProviderType |
Specifies the supported types of identity providers. |
MergeOption |
Describes the synchronization option for sending or receiving entity data to or from a data service using the OrganizationServiceContext. |
SaveChangesOptions |
Describes how the SaveChanges() method behaves when an error occurs while updating data in Microsoft Dynamics 365. |
TokenServiceCredentialType |
Defines the kinds of credentials accepted by a security token service. |
UserType |
The type of user that a message request executes for. |