Exports the public key part of this key pair as input stream for reading.

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

Syntax

C#
public Stream ExportPublicKeyAsStream()
Visual Basic
Public Function ExportPublicKeyAsStream As Stream
Visual C++
public:
Stream^ ExportPublicKeyAsStream()

Return Value

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

See Also