Share via


IdentityProviderTrustConfiguration.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 string AppliesTo { get; set; }
public:
property String^ AppliesTo {
    String^ get();
    void set(String^ value);
}
member AppliesTo : string with get, set
Public Property AppliesTo As String

Property Value

Type: System.String

Type: String
The scope that a security token request applies to, as defined in the WS-Trust specification.

See Also

IdentityProviderTrustConfiguration Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright