Saml2SecurityTokenHandler.ReadAuthorizationDecisionStatement 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ê-se o <elemento saml:AuthzDecisionStatement> ou um <elemento saml:Statement> que especifica um xsi:type de saml:AuthzDecisionStatementType.
protected:
virtual System::IdentityModel::Tokens::Saml2AuthorizationDecisionStatement ^ ReadAuthorizationDecisionStatement(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2AuthorizationDecisionStatement ReadAuthorizationDecisionStatement(System.Xml.XmlReader reader);
abstract member ReadAuthorizationDecisionStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2AuthorizationDecisionStatement
override this.ReadAuthorizationDecisionStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2AuthorizationDecisionStatement
Protected Overridable Function ReadAuthorizationDecisionStatement (reader As XmlReader) As Saml2AuthorizationDecisionStatement
Parâmetros
Devoluções
A Saml2AuthorizationDecisionStatement que representa o elemento que é lido.
Exceções
reader é null.