VCardPublic Key Property
This is used to get the Public Key (KEY) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public PublicKeyProperty PublicKey { get; }VB
Public ReadOnly Property PublicKey As PublicKeyProperty
GetC++
public:
property PublicKeyProperty^ PublicKey {
PublicKeyProperty^ get ();
}F#
member PublicKey : PublicKeyProperty with get