Sub key info constructor

Namespace: DidiSoft.Pgp
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

C#
public SubKey(
	PgpPublicKey key
)
Visual Basic
Public Sub New ( _
	key As PgpPublicKey _
)
Visual C++
public:
SubKey(
	PgpPublicKey^ key
)

Parameters

key
Type: PgpPublicKey
key containing the sub key information

See Also