6 references to ProxyRestricton
System.IdentityModel (6)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (6)
4084
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID4115, Saml2Constants.Elements.
ProxyRestricton
));
4109
else if (reader.IsStartElement(Saml2Constants.Elements.
ProxyRestricton
, Saml2Constants.Namespace))
4113
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID4115, Saml2Constants.Elements.
ProxyRestricton
));
4782
else if (!reader.IsStartElement(Saml2Constants.Elements.
ProxyRestricton
, Saml2Constants.Namespace))
4784
reader.ReadStartElement(Saml2Constants.Elements.
ProxyRestricton
, Saml2Constants.Namespace);
4855
writer.WriteStartElement(Saml2Constants.Elements.
ProxyRestricton
, Saml2Constants.Namespace);