2 writes to pSslHash
WsatUI (2)
Configuration\WsatServiceCertificate.cs (2)
62sslConf.ParamDesc.pSslHash = new SafeLocalAllocation(sslHash.Length); 139sslConf.ParamDesc.pSslHash = new SafeLocalAllocation(sslHash.Length);
4 references to pSslHash
WsatUI (4)
Configuration\WsatServiceCertificate.cs (4)
63sslConf.ParamDesc.pSslHash.Copy(sslHash, 0, sslHash.Length); 91sslConf.ParamDesc.pSslHash.Close(); 140sslConf.ParamDesc.pSslHash.Copy(sslHash, 0, sslHash.Length); 148sslConf.ParamDesc.pSslHash.Close();