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