Returns the Key ID of this key pair
Namespace:
DidiSoftAssembly: PGPLib (in PGPLib.exe) Version: 1.6.2.15631
Syntax
| C# |
|---|
public long KeyId { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property KeyId As Long |
| Visual C++ |
|---|
public: property long long KeyId { long long get (); } |