SSL mutual authentication in .net

SSL mutual authentication in .net
SSL  mutual authenication:

1 server's certificate need not be pre-installed in client machine. If RemoteCertificateValidationCallback could pass, everything is OK.
2 client certificate must be installed in client machine using MMC certicate manager. And the certificate installed must be pkcs12 format, mean's private key must be available.

你可能感兴趣的:(SSL mutual authentication in .net)