Saml2SecurityTokenHandler.ReadProxyRestriction(XmlReader) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
读取 <saml:ProxyRestriction> 元素或 <saml:Condition> 元素,后者指定 saml:ProxyRestrictionType 的 xsi: type。
protected:
virtual System::IdentityModel::Tokens::Saml2ProxyRestriction ^ ReadProxyRestriction(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2ProxyRestriction ReadProxyRestriction (System.Xml.XmlReader reader);
abstract member ReadProxyRestriction : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2ProxyRestriction
override this.ReadProxyRestriction : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2ProxyRestriction
Protected Overridable Function ReadProxyRestriction (reader As XmlReader) As Saml2ProxyRestriction
参数
返回
一个 Saml2ProxyRestriction,表示所读取的元素。
例外
reader
为 null
。
注解
在默认实现中,Count 属性的最大值限制为 Int32.MaxValue。