When the client is creating a session key for an SSL connection, how does the client handle the resulting key?
A) Encrypt with the client's public key
B) Encrypt with the client's private key
C) Encrypt with the server's public key
D) Encrypt with the server's private key