Writes the message parameter as a Form Post and returns the resulting Form along with the Javascript as a string.
Namespace: Microsoft.IdentityModel.Protocols.WSFederation
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As WSFederationMessage
Dim returnValue As String

returnValue = instance.WriteFormPost

Syntax

Visual Basic
Public Overridable Function WriteFormPost As String
C#
public virtual string WriteFormPost ()
C++
public:
virtual String^ WriteFormPost ()
J#
public String WriteFormPost ()
JScript
public function WriteFormPost () : String

Return Value

String representation of the message query string.

Exceptions

Exception type Condition
ArgumentNullException

The message argument is null.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also