How do I get a secure socket?
Question: Can I simply replace my code that opens an unsecure socket with an equivalent, but secure, routine from the TrustCore SDK code?
Answer: No. A socket still needs to be opened, and then the secure TrustCore SDK calls may be layered on it.