DiscoveryServiceProxy Constructor (Uri, Uri, ClientCredentials, ClientCredentials)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Initializes a new instance of the DiscoveryServiceProxy class using a discovery service URI, home realm URI, and client and device credentials.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public DiscoveryServiceProxy(
Uri uri,
Uri homeRealmUri,
ClientCredentials clientCredentials,
ClientCredentials deviceCredentials
)
Public Sub New (
uri As Uri,
homeRealmUri As Uri,
clientCredentials As ClientCredentials,
deviceCredentials As ClientCredentials
)
Parameters
uri
Type: System.UriType: URI. The URI of the discovery service.
homeRealmUri
Type: System.UriType: URI. This parameter is set to a non-null value when a second ADFS instance is configured as an identity provider to the ADFS instance that Microsoft Dynamics CRM 2011 has been configured with for claims authentication. The parameter value is the URI of the WS-Trust metadata endpoint of the second ADFS instance.
clientCredentials
Type: System.ServiceModel.Description.ClientCredentialsType: ClientCredentials. The logon credentials of the client.
deviceCredentials
Type: System.ServiceModel.Description.ClientCredentialsType: ClientCredentials. The Microsoft account device credentials.
See Also
DiscoveryServiceProxy Overload
DiscoveryServiceProxy Class
Microsoft.Xrm.Sdk.Client Namespace
ClientCredentials Class
Helper code: DeviceIdManager class
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright