Represents a Strong Name file (also known as an SNK file).

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 NotInheritable Class StrongNameFile _
	Implements IDisposable
C#
public sealed class StrongNameFile : IDisposable
Visual C++
public ref class StrongNameFile sealed : IDisposable

Inheritance Hierarchy

System.Object
  Org.Mentalis.Security.Tools.StrongNameFile