IdentityProviderTrustConfiguration.AppliesTo Property

Definition

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

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

Property Value

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

Applies to