2 instantiations of SafeLocalAllocation
WsatConfig (2)
Configuration\WsatServiceCertificate.cs (2)
62sslConf.ParamDesc.pSslHash = new SafeLocalAllocation(sslHash.Length); 139sslConf.ParamDesc.pSslHash = new SafeLocalAllocation(sslHash.Length);
1 reference to SafeLocalAllocation
WsatConfig (1)
Configuration\HttpWrapper.cs (1)
65internal SafeLocalAllocation pSslHash;