ServiceProxy<TService>.HomeRealmSecurityTokenResponse 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 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.