PublicKey - Release

[C]

void __cdecl FlowSshC_PublicKey_Release(FlowSshC_PublicKey* publicKey);

[C] Parameters

Remarks

Decrements the public-key objects reference count. Once the reference count drops to 0, the object is automatically destroyed. See also [PublicKey]AddRef.
Important: The library might hold a reference on the object too. The object is destroyed when both the user AND the library have released it.