Returns the Key ID of this key pair

Namespace:  DidiSoft
Assembly:  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 ();
}

See Also