SamlSecurityTokenHandler.WriteDoNotCacheCondition Metodo

Definizione

Scrive l'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)

Parametri

writer
XmlWriter

Writer XML con cui scrivere i dati.

condition
SamlDoNotCacheCondition

Dati da scrivere.

Eccezioni

writer è null.

-oppure-

condition è null.

Si applica a