Saml2Serializer.WriteProxyRestriction 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.
Writes the <saml:ProxyRestriction> element.
protected virtual void WriteProxyRestriction (System.Xml.XmlWriter writer, Microsoft.IdentityModel.Tokens.Saml2.Saml2ProxyRestriction proxyRestriction);
abstract member WriteProxyRestriction : System.Xml.XmlWriter * Microsoft.IdentityModel.Tokens.Saml2.Saml2ProxyRestriction -> unit
override this.WriteProxyRestriction : System.Xml.XmlWriter * Microsoft.IdentityModel.Tokens.Saml2.Saml2ProxyRestriction -> unit
Protected Overridable Sub WriteProxyRestriction (writer As XmlWriter, proxyRestriction As Saml2ProxyRestriction)
Parameters
- writer
- XmlWriter
A XmlWriter to serialize the Saml2ProxyRestriction.
- proxyRestriction
- Saml2ProxyRestriction
The Saml2ProxyRestriction to serialize.