Allow enumeration of the key rings associated with the passed in userId.
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: 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.