Share via


Saml2SecurityTokenHandler.ReadProxyRestriction(XmlReader) Metodo

Definizione

Legge l'elemento <saml:ProxyRestriction> o un elemento <saml:Condition> che specifica saml:ProxyRestriction come 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

Parametri

reader
XmlReader

Un XmlReader posizionato presso l'elemento da leggere.

Restituisce

Oggetto Saml2ProxyRestriction che rappresenta l'elemento letto.

Eccezioni

reader è null.

Commenti

Nell'implementazione predefinita, il valore massimo dell'attributo Count è limitato a Int32.MaxValue.

Si applica a