SamlSecurityTokenHandler.WriteAction(XmlWriter, SamlAction) 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::SamlAction ^ action);
protected virtual void WriteAction(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SamlAction action);
abstract member WriteAction : System.Xml.XmlWriter * System.IdentityModel.Tokens.SamlAction -> unit
override this.WriteAction : System.Xml.XmlWriter * System.IdentityModel.Tokens.SamlAction -> unit
Protected Overridable Sub WriteAction (writer As XmlWriter, action As SamlAction)
Parâmetros
- action
- SamlAction
Os dados a escrever.