Create an HKCR key. Does not produce errors if the key exists.

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public static void CreateHKCRKey(
	string key
)
Visual Basic
Public Shared Sub CreateHKCRKey ( _
	key As String _
)
Visual C++
public:
static void CreateHKCRKey(
	String^ key
)

Parameters

key
Type: System..::..String

[Missing <param name="key"/> documentation for "M:LLCryptoLib.Utils.WinRegistry.CreateHKCRKey(System.String)"]

Return Value

See Also