次の方法で共有


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 要素に配置されていません。

適用対象