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

例外

readernull

reader 不放置在 saml:DoNotCacheCondition 元素上。

适用于