Initializes a new instance of the PemWriter class

Namespace: Org.BouncyCastle.OpenSsl
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PemWriter(
	TextWriter writer
)
Visual Basic
Public Sub New ( _
	writer As TextWriter _
)
Visual C++
public:
PemWriter(
	TextWriter^ writer
)

Parameters

writer
Type: System.IO..::..TextWriter
The TextWriter object to write the output to.

See Also