AuthenticationCredentials.SupportingCredentials Property

Definition

Gets or sets additional credentials required by the site.

public:
 property Microsoft::Xrm::Sdk::Client::AuthenticationCredentials ^ SupportingCredentials { Microsoft::Xrm::Sdk::Client::AuthenticationCredentials ^ get(); void set(Microsoft::Xrm::Sdk::Client::AuthenticationCredentials ^ value); };
public Microsoft.Xrm.Sdk.Client.AuthenticationCredentials SupportingCredentials { get; set; }
member this.SupportingCredentials : Microsoft.Xrm.Sdk.Client.AuthenticationCredentials with get, set
Public Property SupportingCredentials As AuthenticationCredentials

Property Value

The additional credentials required by the site.

Remarks

For Microsoft Dynamics CRM Online (Live ID), specify the device credentials as the value of ClientCredentials.

Applies to