Returns the secret keys data contained in this KeyStore

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

Syntax

C#
public byte[] GetSecretKeysData()
Visual Basic
Public Function GetSecretKeysData As Byte()
Visual C++
public:
array<unsigned char>^ GetSecretKeysData()

Return Value

the secret keys data contained in this KeyStore

See Also