StrongNameKeyPair Constructor (FileStream^)
.NET Framework (current version)
Initializes a new instance of the StrongNameKeyPair class, building the key pair from a FileStream.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- keyPairFile
-
Type:
System.IO::FileStream^
A FileStream containing the key pair.
| Exception | Condition |
|---|---|
| ArgumentNullException | keyPairFile 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: