ServiceProxy<TService>.HomeRealmSecurityTokenResponse Property

Definition

Gets the security token response of the home realm.

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

Property Value

The security token response of the home realm.

Remarks

For more information, refer to the ServiceProxy<TService> constructor that supports a home realm URI parameter.

Applies to