This read/write property returns and sets the public and private cryptographic key pair generated by the originator of the assembly.
[Visual Basic] Overridable Public Property KeyPair As StrongNameKeyPair [C#] public StrongNameKeyPair KeyPair {virtual get; virtual set;} [C++] public: __property virtual StrongNameKeyPair* get_KeyPair(); public: __property virtual void set_KeyPair(StrongNameKeyPair*); [JScript] public function get KeyPair() : StrongNameKeyPair; public function set KeyPair(StrongNameKeyPair);
Read/write. Returns and sets the public and private cryptographic key pair generated by the originator of the assembly.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace