次の方法で共有


SamlSecurityTokenHandler.WriteDoNotCacheCondition メソッド

定義

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

パラメーター

writer
XmlWriter

データを書き込む XML ライター。

condition
SamlDoNotCacheCondition

書き込むデータ。

例外

writernullです。

または

conditionnullです。

適用対象