Allow enumeration of the key rings associated with the passed in userId.

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

Syntax

C#
public IEnumerable GetKeyRings(
	string userId
)
Visual Basic
Public Function GetKeyRings ( _
	userId As String _
) As IEnumerable
Visual C++
public:
IEnumerable^ GetKeyRings(
	String^ userId
)

Parameters

userId
Type: System..::..String
The user ID to be matched.

Return Value

An IEnumerable of key rings which matched (possibly none).

See Also