How do I create a public and private key using chilkat API. Every example shows ways to extract these from an already created file or a windows store.
What kind of key pair do you want to create? For example, the ChilkatRsa object has a GenerateKey method to generate an RSA public/private key pair of 384 to 4096 bits.