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