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, bool matchPartial, bool ignoreCase ) |
Visual Basic |
---|
Public Function GetKeyRings ( _ userId As String, _ matchPartial As Boolean, _ ignoreCase As Boolean _ ) As IEnumerable |
Visual C++ |
---|
public: IEnumerable^ GetKeyRings( String^ userId, bool matchPartial, bool ignoreCase ) |
Parameters
- userId
- Type: System..::..String
The user ID to be matched.
- matchPartial
- Type: System..::..Boolean
If true, userId need only be a substring of an actual ID string to match.
- ignoreCase
- Type: System..::..Boolean
If true, case is ignored in user ID comparisons.