StrongNameKeyPair Constructor (array<Byte>^)

 

Initializes a new instance of the StrongNameKeyPair class, building the key pair from a byte array.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
StrongNameKeyPair(
	array<unsigned char>^ keyPairArray
)

Parameters

keyPairArray
Type: array<System::Byte>^

An array of type byte containing the key pair.

Exception Condition
ArgumentNullException

keyPairArray is null.

SecurityException

The caller does not have the required permission.

SecurityPermission

for access to unmanaged code. Associated enumeration: SecurityPermissionFlag::UnmanagedCode.

.NET Framework
Available since 1.1
Return to top
Show: