Partager via


SamlSecurityTokenHandler.WriteDoNotCacheCondition Méthode

Définition

Écrit l’élément <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)

Paramètres

writer
XmlWriter

Writer XML à l'aide duquel écrire les données.

condition
SamlDoNotCacheCondition

Données à écrire.

Exceptions

writer a la valeur null.

-ou-

condition a la valeur null.

S’applique à