1 instantiation of Saml2ProxyRestriction
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
4789Saml2ProxyRestriction proxyRestriction = new Saml2ProxyRestriction();
11 references to Saml2ProxyRestriction
System.IdentityModel (11)
System\IdentityModel\Tokens\Saml2Conditions.cs (3)
21private Saml2ProxyRestriction proxyRestriction; 106/// Gets or sets the <see cref="Saml2ProxyRestriction"/> that specified limitations that the asserting party imposes on relying parties 110public Saml2ProxyRestriction ProxyRestriction
System\IdentityModel\Tokens\Saml2ProxyRestriction.cs (1)
21/// Initializes an instance of <see cref="Saml2ProxyRestriction"/>.
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (7)
4767/// <param name="reader">A <see cref="XmlReader"/> positioned at a <see cref="Saml2ProxyRestriction"/> element.</param> 4768/// <returns>An instance of <see cref="Saml2ProxyRestriction"/></returns> 4769protected virtual Saml2ProxyRestriction ReadProxyRestriction(XmlReader reader) 4789Saml2ProxyRestriction proxyRestriction = new Saml2ProxyRestriction(); 4841/// <param name="writer">A <see cref="XmlWriter"/> to serialize the <see cref="Saml2ProxyRestriction"/>.</param> 4842/// <param name="data">The <see cref="Saml2ProxyRestriction"/> to serialize.</param> 4843protected virtual void WriteProxyRestriction(XmlWriter writer, Saml2ProxyRestriction data)