AuthenticationCredentials.SupportingCredentials Property
Applies To: Dynamics CRM 2015
Gets or sets additional credentials required by the site.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public AuthenticationCredentials SupportingCredentials { get; set; }
public:
property AuthenticationCredentials^ SupportingCredentials {
AuthenticationCredentials^ get();
void set(AuthenticationCredentials^ value);
}
member SupportingCredentials : AuthenticationCredentials with get, set
Public Property SupportingCredentials As AuthenticationCredentials
Property Value
Type: Microsoft.Xrm.Sdk.Client.AuthenticationCredentials
Type: AuthenticationCredentialsThe additional credentials required by the site.
Remarks
For Microsoft Dynamics CRM Online (Live ID), specify the device credentials as the value of ClientCredentials.
See Also
AuthenticationCredentials Class
Microsoft.Xrm.Sdk.Client Namespace
Active Directory and claims-based authentication
Return to top
© 2016 Microsoft. All rights reserved. Copyright