Saml2SecurityTokenHandler.WriteAction(XmlWriter, Saml2Action) 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.
Escreve o <elemento saml:Action> .
protected:
virtual void WriteAction(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::Saml2Action ^ data);
protected virtual void WriteAction(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.Saml2Action data);
abstract member WriteAction : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2Action -> unit
override this.WriteAction : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2Action -> unit
Protected Overridable Sub WriteAction (writer As XmlWriter, data As Saml2Action)
Parâmetros
- data
- Saml2Action
Os dados a escrever.