Exports the public key part of this key pair as array of bytes.

Namespace: DidiSoft.Pgp
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

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

Return Value

[Missing <returns> documentation for "M:DidiSoft.Pgp.KeyPairInformation.ExportPublicKeyAsBytes"]

See Also