private ValidateCreateContext ( bool isServer, string targetHost, SslProtocols enabledSslProtocols, X509Certificate serverCertificate, X509CertificateCollection clientCertificates, bool remoteCertRequired, bool checkCertRevocationStatus ) : void | ||
isServer | bool | |
targetHost | string | |
enabledSslProtocols | SslProtocols | |
serverCertificate | X509Certificate | |
clientCertificates | X509CertificateCollection | |
remoteCertRequired | bool | |
checkCertRevocationStatus | bool | |
return | void |