StrongNameKeyPair Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the StrongNameKeyPair class, building the key pair from a String.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- keyPairContainer
-
Type:
System::String^
A string containing the key pair.
| Exception | Condition |
|---|---|
| ArgumentNullException | keyPairContainer is null. |
| SecurityException | The caller does not have the required permission. |
The key pair is in a named key container.
SecurityPermission
for access to unmanaged code. Associated enumeration: SecurityPermissionFlag::UnmanagedCode.
.NET Framework
Available since 1.1
Available since 1.1
Show: