ServiceProxy<TService>.HomeRealmSecurityTokenResponse Property

 

Applies To: Dynamics CRM 2015

Gets the security token response of the home realm.

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

Syntax

public SecurityTokenResponse HomeRealmSecurityTokenResponse { get; protected set; }
public:
property SecurityTokenResponse^ HomeRealmSecurityTokenResponse {
    SecurityTokenResponse^ get();
    protected: void set(SecurityTokenResponse^ value);
}
member HomeRealmSecurityTokenResponse : SecurityTokenResponse with get, set
Public Property HomeRealmSecurityTokenResponse As SecurityTokenResponse
    Get
    Protected Set
End Property

Property Value

Type: Microsoft.Xrm.Sdk.Client.SecurityTokenResponse

Type: SecurityTokenResponse
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.

See Also

ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright