2 references to CERT_STORE_ACCESS
WsatConfig (2)
Configuration\CertificateManager.cs (2)
56
throw new WsatAdminException(WsatAdminErrorCode.
CERT_STORE_ACCESS
, SR.GetString(SR.ErrorAccessCertStore, Marshal.GetLastWin32Error()));
125
throw new WsatAdminException(WsatAdminErrorCode.
CERT_STORE_ACCESS
, SR.GetString(SR.ErrorAccessCertStore, 0));