Return the public key referred to by the passed in key ID if it is present.
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PgpPublicKey GetPublicKey( long keyId ) |
Visual Basic |
---|
Public Function GetPublicKey ( _ keyId As Long _ ) As PgpPublicKey |
Visual C++ |
---|
public: PgpPublicKey^ GetPublicKey( long long keyId ) |
Parameters
- keyId
- Type: System..::..Int64