AuthenticationCredentials.AppliesTo Property

Definition

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

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

Property Value

Uri

The scope that a security token request applies to.

Remarks

This property is optional. For Dataverse, this property value is automatically determined.

Applies to