Saml2Conditions.ProxyRestriction 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 the limitations that the asserting party imposes on relying parties that wish to subsequently act as asserting parties themselves and issue assertions of their own on the basis of the information contained in the original assertion. [Saml2Core, 2.5.1]
public:
 property System::IdentityModel::Tokens::Saml2ProxyRestriction ^ ProxyRestriction { System::IdentityModel::Tokens::Saml2ProxyRestriction ^ get(); void set(System::IdentityModel::Tokens::Saml2ProxyRestriction ^ value); };
	public System.IdentityModel.Tokens.Saml2ProxyRestriction ProxyRestriction { get; set; }
	member this.ProxyRestriction : System.IdentityModel.Tokens.Saml2ProxyRestriction with get, set
	Public Property ProxyRestriction As Saml2ProxyRestriction
	Property Value
A Saml2ProxyRestriction that contains the restrictions placed on subsequent asserting parties.
Remarks
The ProxyRestriction element.