Udostępnij przez


Saml2SecurityTokenHandler.WriteProxyRestriction Metoda

Definicja

<Zapisuje element 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)

Parametry

writer
XmlWriter

Element XmlWriter , za pomocą którego mają być zapisywane dane.

data
Saml2ProxyRestriction

Dane do zapisania.

Wyjątki

data to null.

-lub-

writer to null.

Dotyczy