PublicKey - Release[C] void __cdecl FlowSshC_PublicKey_Release(FlowSshC_PublicKey* publicKey); [C++] [PublicKey] void Release() const; [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. |