Return the trust data associated with the public key, if present.
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: 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() |