2 writes to ProxyRestriction
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
4087conditions.ProxyRestriction = this.ReadProxyRestriction(reader); 4116conditions.ProxyRestriction = this.ReadProxyRestriction(reader);
5 references to ProxyRestriction
System.IdentityModel (5)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (5)
1578if (conditions.ProxyRestriction != null) 4082if (null != conditions.ProxyRestriction) 4111if (null != conditions.ProxyRestriction) 4192if (null != data.ProxyRestriction) 4194this.WriteProxyRestriction(writer, data.ProxyRestriction);