Sets the position of the signature within the envelope. Call this method while writing the envelope to indicate at which point the signature should be inserted.
Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As EnvelopedSignatureWriter

instance.WriteSignature

Syntax

Visual Basic
Public Sub WriteSignature
C#
public void WriteSignature ()
C++
public:
void WriteSignature ()
J#
public void WriteSignature ()
JScript
public function WriteSignature ()

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