SamlSecurityTokenHandler.WriteDoNotCacheCondition Método

Definición

Escribe el <elemento saml:DoNotCacheCondition> .

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

Escritor XML con el que se van a escribir los datos.

condition
SamlDoNotCacheCondition

Datos que se van a escribir.

Excepciones

writer es null.

O bien

condition es null.

Se aplica a