Returns the public key data with the specified Key Id contained in this IKeyStore

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

Syntax

C#
public byte[] GetPublicKeyWithKeyId(
	long keyId
)
Visual Basic
Public Function GetPublicKeyWithKeyId ( _
	keyId As Long _
) As Byte()
Visual C++
public:
array<unsigned char>^ GetPublicKeyWithKeyId(
	long long keyId
)

Parameters

keyId
Type: System..::..Int64

[Missing <param name="keyId"/> documentation for "M:DidiSoft.Pgp.KeyStore.GetPublicKeyWithKeyId(System.Int64)"]

Return Value

the public key data with the specified Key Id contained in this IKeyStore

See Also