WSTrustMessage.AppliesTo Property

Definition

Gets or sets the contents of the wsp:AppliesTo element.

public:
 property System::IdentityModel::Protocols::WSTrust::EndpointReference ^ AppliesTo { System::IdentityModel::Protocols::WSTrust::EndpointReference ^ get(); void set(System::IdentityModel::Protocols::WSTrust::EndpointReference ^ value); };
public System.IdentityModel.Protocols.WSTrust.EndpointReference AppliesTo { get; set; }
member this.AppliesTo : System.IdentityModel.Protocols.WSTrust.EndpointReference with get, set
Public Property AppliesTo As EndpointReference

Property Value

An EndpointAddress that represents the endpoint address for which the security token is desired.

Remarks

This optional element specifies the endpoint address for which this security token is desired; for example, the service to which the token applies.

Either wst:TokenType or wst:AppliesTo should be defined in the token request message. If both are specified, the wst:AppliesTo field takes precedence.

Applies to