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 Constructor (Byte[])

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[]
);

Parameters

keyPairArray
[To be supplied.]

Exceptions

Exception Type Condition
ArgumentNullException If the keyPairArray is null

Remarks

The key pair is built from a byte array in memory.

See Also

StrongNameKeyPair Class | StrongNameKeyPair Members | System.Reflection Namespace | StrongNameKeyPair Constructor Overload List | Array