Saml2Serializer.ReadProxyRestriction(XmlDictionaryReader) Method
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.
Reads the <saml:ProxyRestriction> element, or a <saml:Condition> element that specifies an xsi:type of saml:ProxyRestrictionType.
protected virtual Microsoft.IdentityModel.Tokens.Saml2.Saml2ProxyRestriction ReadProxyRestriction (System.Xml.XmlDictionaryReader reader);
abstract member ReadProxyRestriction : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2ProxyRestriction
override this.ReadProxyRestriction : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2ProxyRestriction
Protected Overridable Function ReadProxyRestriction (reader As XmlDictionaryReader) As Saml2ProxyRestriction
Parameters
- reader
- XmlDictionaryReader
A XmlReader positioned at a Saml2ProxyRestriction element.
Returns
An instance of Saml2ProxyRestriction
Remarks
In the default implementation, the maximum value of the Count attribute is limited to Int32.MaxValue.