Saml2SecurityTokenHandler.ReadAction(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ê-se o <elemento saml:Action> .
protected:
virtual System::IdentityModel::Tokens::Saml2Action ^ ReadAction(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2Action ReadAction(System.Xml.XmlReader reader);
abstract member ReadAction : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Action
override this.ReadAction : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Action
Protected Overridable Function ReadAction (reader As XmlReader) As Saml2Action
Parâmetros
Devoluções
A Saml2Action que representa o elemento Ação que é lido.
Exceções
reader é null.