The serial number for the certificate.

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

Syntax

C#
BigInteger SerialNumber { get; }
Visual Basic
ReadOnly Property SerialNumber As BigInteger
	Get
Visual C++
property BigInteger^ SerialNumber {
	BigInteger^ get ();
}

See Also