Loads secret keys data into this IKeyStore from a byte array obtained from an OpenPGP secret key ring

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

Syntax

C#
protected void LoadSecretKeysData(
	byte[] keysBytes
)
Visual Basic
Protected Sub LoadSecretKeysData ( _
	keysBytes As Byte() _
)
Visual C++
protected:
void LoadSecretKeysData(
	array<unsigned char>^ keysBytes
)

Parameters

keysBytes
Type: array<System..::..Byte>[]()[][]

[Missing <param name="keysBytes"/> documentation for "M:DidiSoft.Pgp.KeyStore.LoadSecretKeysData(System.Byte[])"]

See Also