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 ( _
	rsa As RSA _
)
C#
public StrongNameFile (
	RSA rsa
)
Visual C++
public:
StrongNameFile (
	RSA^ rsa
)

Parameters

rsa
System.Security.Cryptography.RSA
The private key that this strong name file represents.

Exceptions

ExceptionCondition
System.ArgumentNullExceptionrsa is a null reference.