brutaldev / StrongNameSigner

Strong-name sign third party .NET assemblies without the source code.
https://brutaldev.com/post/net-assembly-strong-name-signer
Other
328 stars 68 forks source link

Provide KeyFile & Password parameters #77

Closed dansiegel closed 1 year ago

dansiegel commented 1 year ago

Description

Add optional KeyFile and Password parameters so that developers can provide a key file to be used when signing the assemblies. This is critical for scenarios where the developer must know what the public key is for the signed assemblies in manifests such as Visual Studio Templates