Return the public key ring which contains the key referred to by keyId

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

Syntax

C#
public PgpPublicKeyRing GetPublicKeyRing(
	long keyId
)
Visual Basic
Public Function GetPublicKeyRing ( _
	keyId As Long _
) As PgpPublicKeyRing
Visual C++
public:
PgpPublicKeyRing^ GetPublicKeyRing(
	long long keyId
)

Parameters

keyId
Type: System..::..Int64
key ID to match against

See Also