PublicKey - GetBitCount

[C]

unsigned int __cdecl FlowSshC_PublicKey_GetBitCount(FlowSshC_PublicKey* publicKey);

[C++]

[PublicKey] unsigned int GetBitCount() const;

[C#]

[PublicKey] uint string GetBitCount();

[C] Parameters

Return Value

The size of the key in bits. Will usually be 1024, 2048, 3072, or 4096 bits, whereas longer keys mean better security.