SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的 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 項目。