Saml2SecurityTokenHandler.ReadProxyRestriction(XmlReader) 方法

定义

读取 <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

参数

reader
XmlReader

在要读取的元素指定的 XmlReader

返回

一个 Saml2ProxyRestriction,表示所读取的元素。

例外

readernull

注解

在默认实现中,Count 属性的最大值限制为 Int32.MaxValue。

适用于