Share via


AuthenticationCredentials.HomeRealm Property

 

Applies To: Dynamics CRM 2015

Gets or sets the identity provider address.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public Uri HomeRealm { get; set; }
public:
property Uri^ HomeRealm {
    Uri^ get();
    void set(Uri^ value);
}
member HomeRealm : Uri with get, set
Public Property HomeRealm As Uri

Property Value

Type: System.Uri

Type: URI
The identity provider address.

Remarks

This property is optional. For Microsoft Dynamics CRM Online, this value is automatically determined based on credentials or UPN.

See Also

AuthenticationCredentials Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright