IdentityProviderTrustConfiguration.LiveIdAppliesTo Property
Applies To: Dynamics CRM 2015
Gets or sets the scope that a Microsoft account 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 LiveIdAppliesTo { get; set; }
public:
property String^ LiveIdAppliesTo {
String^ get();
void set(String^ value);
}
member LiveIdAppliesTo : string with get, set
Public Property LiveIdAppliesTo As String
Property Value
Type: System.String
Type: String
The scope that a Microsoft account 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