Saml2SecurityTokenHandler.ReadProxyRestriction(XmlReader) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Lê o <elemento saml:ProxyRestriction> , ou um <elemento saml:Condition> que especifica um xsi:type de 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
Devoluções
A Saml2ProxyRestriction que representa o elemento que foi lido.
Exceções
reader é null.
Observações
Na implementação padrão, o valor máximo do atributo Count está limitado a Int32.MaxValue.