RequestSecurityToken.SecondaryParameters Property

Definition

Gets or sets parameters for which the requestor is not the originator.

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

Property Value

A RequestSecurityToken that contains secondary parameters for the request; that is, parameters for which the requestor is not the originator.

Remarks

Represents the contents of a wst:SecondaryParameters element. This optional element contains parameters for which the requestor is not the originator. An STS may choose to use the values found in this element based on its policy.

Applies to