Share via


SamlSecurityTokenHandler.WriteDoNotCacheCondition Método

Definición

Escribe el elemento <saml:Conditions>.

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

Parámetros

writer
XmlWriter

Sistema de escritura XML con el que se va a escribir los datos.

condition
SamlDoNotCacheCondition

Datos que se van a escribir.

Excepciones

writer es null.

O bien

condition es null.

Se aplica a