Initializes an instance of the StrongNameKeyPair class. Build key pair from byte array in memory.
[Visual Basic] Overloads Public Sub New( _ ByVal keyPairArray() As Byte _ ) [C#] public StrongNameKeyPair( byte[] keyPairArray ); [C++] public: StrongNameKeyPair( unsigned char* keyPairArray[] ); [JScript] public function StrongNameKeyPair( keyPairArray : Byte[] );
Exception Type | Condition |
---|---|
ArgumentNullException | If the keyPairArray is null |
The key pair is built from a byte array in memory.
StrongNameKeyPair Class | StrongNameKeyPair Members | System.Reflection Namespace | StrongNameKeyPair Constructor Overload List | Array