Initializes a new instance of the StrongNameFile class.

Namespace: Org.Mentalis.Security.Tools
Assembly:   Org.Mentalis.Security.Tools (in Org.Mentalis.Security.Tools)
Version: 1.0.0.0

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	file As String _
)
C#
public StrongNameFile (
	string file
)
Visual C++
public:
StrongNameFile (
	String^ file
)

Parameters

file
System.String
The path to the SNK file to open.

Exceptions

ExceptionCondition
System.IO.FileNotFoundExceptionThe file cannot be found.
System.IO.InvalidDataExceptionThe file contains invalid data.