AuthenticationCredentials.HomeRealm Property
Definition
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.
Gets or sets the identity provider address.
public:
property Uri ^ HomeRealm { Uri ^ get(); void set(Uri ^ value); };
public Uri HomeRealm { get; set; }
member this.HomeRealm : Uri with get, set
Public Property HomeRealm As Uri
Property Value
The identity provider address.
Remarks
This property is optional. For Dataverse, this value is automatically determined based on credentials or UPN.