Return an ASN.1 encoded byte array representing the attribute certificate.

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

Syntax

C#
byte[] GetEncoded()
Visual Basic
Function GetEncoded As Byte()
Visual C++
array<unsigned char>^ GetEncoded()

Return Value

An ASN.1 encoded byte array.

Exceptions

ExceptionCondition
System.IO..::..IOExceptionIf the certificate cannot be encoded.

See Also