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

쓸 데이터입니다.

예외

writer이(가) null인 경우

또는 condition이(가) null인 경우

적용 대상