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!

AssemblyName.SetOriginator

Set the public key identifying the originator of the assembly.

[Visual Basic]
Public Sub SetOriginator( _
   ByVal originator() As Byte _
)
[C#]
public void SetOriginator(
   byte[] originator
);
[C++]
public: void SetOriginator(
   unsigned char* originator[]
);
[JScript]
public function SetOriginator(
   originator : Byte[]
);

Parameters

originator
The public key identifying the originator of the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace