SamlSecurityTokenHandler.WriteDoNotCacheCondition(XmlWriter, SamlDoNotCacheCondition) Método
Definição
Grava o elemento <saml:DoNotCacheCondition>.Writes the <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)
Parâmetros
- writer
- XmlWriter
O gravador de XML com o qual gravar os dados.The XML writer with which to write the data.
- condition
- SamlDoNotCacheCondition
Os dados a serem gravados.The data to write.