Share via


AuthenticationCredentials.AppliesTo Property

 

Applies To: Dynamics CRM 2015

Gets or sets the scope that a security token request applies to, as defined in the WS-Trust specification.

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

Syntax

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

Property Value

Type: System.Uri

Type: URI
The scope that a security token request applies to.

Remarks

This property is optional. For Microsoft Dynamics CRM Online, this property value is automatically determined.

See Also

AuthenticationCredentials Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright