Return true if a key matching the passed in key ID is present, false otherwise.

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

Syntax

C#
public bool Contains(
	long keyID
)
Visual Basic
Public Function Contains ( _
	keyID As Long _
) As Boolean
Visual C++
public:
bool Contains(
	long long keyID
)

Parameters

keyID
Type: System..::..Int64
key ID to look for.

See Also