NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SignatureHelper.GetSignature

Chops the internal signature to the appropriate length. Adds the end token to the signature and marks the signature as finished so that no further tokens can be added.

[Visual Basic]
Public Function GetSignature() As Byte ()
[C#]
public byte[] GetSignature();
[C++]
public: unsigned char* GetSignature() [];
[JScript]
public function GetSignature() : Byte[];

Return Value

Returns the full signature in a trimmed array.

See Also

SignatureHelper Class | SignatureHelper Members | System.Reflection.Emit Namespace