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
| Exception | Condition |
|---|---|
| System.ObjectDisposedException | The object has been disposed. |
| System.NotSupportedException | The data cannot be exported. |
| System.ArgumentNullException | fileName is a null reference. |