RequestSecurityToken.SecondaryParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.