Set the DN of the entity that this certificate is about.
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