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.GetOriginator

Get the public key identifying the originator of the assembly.

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

Return Value

Returns the public key identifying the originator of the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace