Table of Contents

Delegate OpenPgpKeyCallback

Namespace
ZeroInstall.Services.Feeds
Assembly
ZeroInstall.Services.dll

Callback for reading a specific OpenPGP public key file.

public delegate ArraySegment<byte>? OpenPgpKeyCallback(string id)

Parameters

id string

The key ID as a canonical string..

Returns

ArraySegment<byte>?

The public key in binary or ASCII Armored format.