[MSBuild Task] Checks the kind of key being used to sign an assembly.
If the key is a PFX, exports the SNK from it, sets the PublicKeyFile
to the path of this key and sets the SignAfterPostSharp property
to true
Namespace:
PostSharp.MSBuildAssembly: PostSharp.MSBuild (in PostSharp.MSBuild.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class CheckPfx _ Inherits Task |
| C# |
|---|
public sealed class CheckPfx : Task |
| Visual C++ |
|---|
public ref class CheckPfx sealed : public Task |
Inheritance Hierarchy
System..::.Object
Task
PostSharp.MSBuild..::.CheckPfx
Task
PostSharp.MSBuild..::.CheckPfx