AssemblyKeyNameAttribute Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the AssemblyKeyNameAttribute class with the name of the container holding the key pair used to generate a strong name for the assembly being attributed.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- keyName
- Type: System.String
The name of the container containing the key pair.
Show: