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