Set the subject distinguished name. The subject describes the entity associated with the public key.

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