Return the trust data associated with the public key, if present.

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

Syntax

C#
public byte[] GetTrustData()
Visual Basic
Public Function GetTrustData As Byte()
Visual C++
public:
array<unsigned char>^ GetTrustData()

Return Value

A byte array with trust data, null otherwise.

See Also