Return the PGP secret key associated with the given key id.

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

Syntax

C#
public PgpSecretKey GetSecretKey(
	long keyId
)
Visual Basic
Public Function GetSecretKey ( _
	keyId As Long _
) As PgpSecretKey
Visual C++
public:
PgpSecretKey^ GetSecretKey(
	long long keyId
)

Parameters

keyId
Type: System..::..Int64
The ID of the secret key to return.

See Also