AssemblySignatureKeyAttribute(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the AssemblySignatureKeyAttribute class by using the specified public key and countersignature.
public:
AssemblySignatureKeyAttribute(System::String ^ publicKey, System::String ^ countersignature);
public AssemblySignatureKeyAttribute (string publicKey, string countersignature);
new System.Reflection.AssemblySignatureKeyAttribute : string * string -> System.Reflection.AssemblySignatureKeyAttribute
Public Sub New (publicKey As String, countersignature As String)
Parameters
- publicKey
- String
The public or identity key.
- countersignature
- String
The countersignature, which is the signature key portion of the strong-name key.
Remarks
Use Sn.exe to generate the parameters for this constructor.
sn -a IdentityPubKey.snk IdentityKey.snk SignaturePubKey.snk
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.