Returns the public keys data with the specified User Id contained in this KeyStore
Namespace: DidiSoft.PgpAssembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547
Syntax
| C# |
|---|
public byte[] GetPublicKeysWithUserId( string userId ) |
| Visual Basic |
|---|
Public Function GetPublicKeysWithUserId ( _ userId As String _ ) As Byte() |
| Visual C++ |
|---|
public: array<unsigned char>^ GetPublicKeysWithUserId( String^ userId ) |
Parameters
- userId
- Type: System..::..String
[Missing <param name="userId"/> documentation for "M:DidiSoft.Pgp.KeyStore.GetPublicKeysWithUserId(System.String)"]