Share via


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 項目。

適用於