Freigeben über


SamlSecurityTokenHandler.WriteDoNotCacheCondition Methode

Definition

Schreibt das <saml:DoNotCacheCondition>-Element.

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)

Parameter

writer
XmlWriter

Der XML-Writer, mit dem die Daten geschrieben werden sollen.

condition
SamlDoNotCacheCondition

Die zu schreibenden Daten.

Ausnahmen

writer ist null.

- oder -

condition ist null.

Gilt für: