Sdílet prostřednictvím


SamlSecurityTokenHandler.WriteDoNotCacheCondition Metoda

Definice

Zapíše <element 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)

Parametry

writer
XmlWriter

Zapisovač XML, pomocí kterého chcete zapsat data.

condition
SamlDoNotCacheCondition

Data, která se mají zapsat.

Výjimky

writer je null.

-nebo-

condition je null.

Platí pro