AssemblySignatureKeyAttribute Constructor
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Sub New ( _
	publicKey As String, _
	countersignature As String _
)

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.

Use Sn.exe to generate the parameters for this constructor.

sn -a IdentityPubKey.snk IdentityKey.snk SignaturePubKey.snk

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft