Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public byte[] Cert { set; }
Visual Basic
Public WriteOnly Property Cert As Byte()
	Set
Visual C++
public:
property array<unsigned char>^ Cert {
	void set (array<unsigned char>^ value);
}

See Also