Returns the Key ID of this key pair

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

Syntax

C#
public long KeyId { get; }
Visual Basic
Public ReadOnly Property KeyId As Long
	Get
Visual C++
public:
property long long KeyId {
	long long get ();
}

See Also