Return an ASN.1 encoded byte array representing the attribute certificate.
Namespace: Org.BouncyCastle.X509Assembly: 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
| Exception | Condition |
|---|---|
| System.IO..::..IOException | If the certificate cannot be encoded. |