AssemblyInfo.AssemblyKeyName Property

MSBuild Extension Pack

AssemblyInfoAssemblyKeyName Property MSBuild Extension Pack Help 4.0.12.0
Specifies the name of a key container within the CSP containing the key pair used to generate a strong name.

Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Remarks

To specify the key used to sign the compiled assembly set this to the name of the key container.

When using the MSBuild.ExtensionPack.VersionNumber.Targets file set this using the AssemblyKeyName property.

Examples

<AssemblyKeyName>myContainer</AssemblyKeyName>
See Also

Reference