SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) 메서드

정의

지정된 XML 판독기에서 saml:DoNotCacheCondition 요소를 읽습니다.

protected:
 virtual System::IdentityModel::Tokens::SamlDoNotCacheCondition ^ ReadDoNotCacheCondition(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.SamlDoNotCacheCondition ReadDoNotCacheCondition (System.Xml.XmlReader reader);
abstract member ReadDoNotCacheCondition : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlDoNotCacheCondition
override this.ReadDoNotCacheCondition : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlDoNotCacheCondition
Protected Overridable Function ReadDoNotCacheCondition (reader As XmlReader) As SamlDoNotCacheCondition

매개 변수

reader
XmlReader

saml:DoNotCacheCondition 요소에 배치된 XML 판독기입니다.

반환

읽은 SamlDoNotCacheCondition입니다.

예외

reader이(가) null인 경우

reader가 saml:DoNotCacheCondition 요소에 배치되지 않았습니다.

적용 대상