16 references to ParamDesc
WsatConfig (16)
Configuration\WsatServiceCertificate.cs (16)
56sslConf.ParamDesc.DefaultCertCheckMode = 0; 57sslConf.ParamDesc.DefaultFlags = SafeNativeMethods.HTTP_SERVICE_CONFIG_SSL_FLAG_NEGOTIATE_CLIENT_CERT; 58sslConf.ParamDesc.DefaultRevocationFreshnessTime = 0; 59sslConf.ParamDesc.pSslCertStoreName = certificateStore; 62sslConf.ParamDesc.pSslHash = new SafeLocalAllocation(sslHash.Length); 63sslConf.ParamDesc.pSslHash.Copy(sslHash, 0, sslHash.Length); 64sslConf.ParamDesc.SslHashLength = sslHash.Length; 91sslConf.ParamDesc.pSslHash.Close(); 133sslConf.ParamDesc.DefaultCertCheckMode = 0; 134sslConf.ParamDesc.DefaultFlags = SafeNativeMethods.HTTP_SERVICE_CONFIG_SSL_FLAG_NEGOTIATE_CLIENT_CERT; 135sslConf.ParamDesc.DefaultRevocationFreshnessTime = 0; 136sslConf.ParamDesc.pSslCertStoreName = certificateStore; 139sslConf.ParamDesc.pSslHash = new SafeLocalAllocation(sslHash.Length); 140sslConf.ParamDesc.pSslHash.Copy(sslHash, 0, sslHash.Length); 141sslConf.ParamDesc.SslHashLength = sslHash.Length; 148sslConf.ParamDesc.pSslHash.Close();