StrongNameKeyPair Constructor (array<Byte>^)
.NET Framework (current version)
Initializes a new instance of the StrongNameKeyPair class, building the key pair from a byte array.
Assembly: mscorlib (in mscorlib.dll)
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
Available since 1.1
Show: