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[];
Returns the public key identifying the originator of the assembly.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace