Saml2SecurityTokenHandler.ReadProxyRestriction(XmlReader) Método

Definição

Lê o elemento <saml:ProxyRestriction> ou um elemento <saml:Condition>, que especifica um xsi:type do saml:ProxyRestrictionType.

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

Parâmetros

reader
XmlReader

Um XmlReader posicionado no elemento a ser lido.

Retornos

Um Saml2ProxyRestriction que representa o elemento que foi lido.

Exceções

reader é null.

Comentários

Na implementação padrão, o valor máximo do atributo Count é limitado a Int32.MaxValue.

Aplica-se a