Keypair - Release
[C]
void __cdecl FlowSshC_Keypair_Release(FlowSshC_Keypair* keypair);
[C] Parameters
- keypair: FlowSshC_Keypair pointer.
Remarks
Decrements the keypair objects reference count. Once the reference count drops to 0, the object is automatically destroyed. See also [Keypair]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.