Saves this StrongNameFile instance to disk in the SNK file format.

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 Save ( _
	fileName As String _
)
C#
public void Save (
	string fileName
)
Visual C++
public:
void Save (
	String^ fileName
)

Parameters

fileName
System.String
The filename to save to.

Exceptions

ExceptionCondition
System.ObjectDisposedExceptionThe object has been disposed.
System.NotSupportedExceptionThe data cannot be exported.
System.ArgumentNullExceptionfileName is a null reference.