Returns the secret keys data with the specified User Id contained in this IKeyStore

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

Syntax

C#
public byte[] GetSecretKeysWithUserId(
	string userId
)
Visual Basic
Public Function GetSecretKeysWithUserId ( _
	userId As String _
) As Byte()
Visual C++
public:
array<unsigned char>^ GetSecretKeysWithUserId(
	String^ userId
)

Parameters

userId
Type: System..::..String

[Missing <param name="userId"/> documentation for "M:DidiSoft.Pgp.KeyStore.GetSecretKeysWithUserId(System.String)"]

Return Value

the secret keys data with the specified User Id contained in this IKeyStore

See Also