AssemblySignatureKeyAttribute Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a new instance of the AssemblySignatureKeyAttribute class by using the specified public key and countersignature.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- publicKey
- Type: System.String
The public or identity key.
- countersignature
- Type: System.String
The countersignature, which is the signature key portion of the strong-name key.
Show: