Set the DN of the entity that this certificate is about.

Namespace: Org.BouncyCastle.X509
Assembly: 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
)

See Also