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!

StrongNameKeyPair.Originator

Get the originator of the key pair.

[Visual Basic]
Public ReadOnly Property Originator As Byte ()
[C#]
public byte[] Originator {get;}
[C++]
public: __property unsigned char* get_Originator();
[JScript]
public function get Originator() : Byte[];

Property Value

Read only.

Remarks

The Originator property returns the originator of the public portion of the key pair. Get the originator (public portion) of the key pair.

See Also

StrongNameKeyPair Class | StrongNameKeyPair Members | System.Reflection Namespace | Array | String