Set the subject distinguished name.
            The subject describes the entity associated with the public key.
            
Namespace: Org.BouncyCastle.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public void SetSubjectDN( X509Name subject )  | 
| Visual Basic | 
|---|
Public Sub SetSubjectDN ( _ subject As X509Name _ )  | 
| Visual C++ | 
|---|
public: void SetSubjectDN( X509Name^ subject )  | 
Parameters
- subject
 - Type: Org.BouncyCastle.Asn1.X509..::..X509Name