SamlSecurityTokenHandler.WriteDoNotCacheCondition Método

Definição

Grava o <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)

Parâmetros

writer
XmlWriter

O gravador XML com o qual gravar os dados.

condition
SamlDoNotCacheCondition

Os dados a serem gravados.

Exceções

writer é null.

-ou-

condition é null.

Aplica-se a