[This is preliminary documentation and is subject to change.]

Gets or sets path to snk (strong name key) file to sign wrapper assembly with

Namespace: Tools.TotalCommanderT.PluginBuilder
Assembly: TCPluginBuilder (in TCPluginBuilder.exe) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public string SnkPath { get; set; }
Visual Basic
Public Property SnkPath As String
	Get
	Set
Visual C++
public:
property String^ SnkPath {
	String^ get ();
	void set (String^ value);
}
F#
member SnkPath : string with get, set
JScript
function get SnkPath () : String
function set SnkPath (value : String)

Remarks

When this property is non-null plugin wrapper assembly is given AssemblyKeyFileAttribute and it is signed using the sn.exe utility.

See Also