Searched defs:xmlPayload (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DSaml2Utils.cs104 /// <param name="xmlPayload">XML to be placed within the body of this message.</param>
106 public static string CreateSoapMessage(string xmlPayload) argument
112 soapMessage.Append(xmlPayload);
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DSaml2Utils.cs104 /// <param name="xmlPayload">XML to be placed within the body of this message.</param>
106 public static string CreateSoapMessage(string xmlPayload) argument
112 soapMessage.Append(xmlPayload);

Completed in 77 milliseconds