Saml2SecurityTokenHandler.WriteProxyRestriction Método

Definição

Grava o elemento <saml:ProxyRestriction>.

protected:
 virtual void WriteProxyRestriction(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::Saml2ProxyRestriction ^ data);
protected virtual void WriteProxyRestriction (System.Xml.XmlWriter writer, System.IdentityModel.Tokens.Saml2ProxyRestriction data);
abstract member WriteProxyRestriction : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2ProxyRestriction -> unit
override this.WriteProxyRestriction : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2ProxyRestriction -> unit
Protected Overridable Sub WriteProxyRestriction (writer As XmlWriter, data As Saml2ProxyRestriction)

Parâmetros

writer
XmlWriter

O XmlWriter com o qual gravar os dados.

data
Saml2ProxyRestriction

Os dados a serem gravados.

Exceções

data é null.

- ou -

writer é null.

Aplica-se a