Initializes a new instance of the X509Name class
Namespace: Org.BouncyCastle.Asn1.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public X509Name( string dirName ) |
Visual Basic |
---|
Public Sub New ( _ dirName As String _ ) |
Visual C++ |
---|
public: X509Name( String^ dirName ) |
Parameters
- dirName
- Type: System..::..String