5 references to SafeCertStore
System.Net (5)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (2)
150
SafeCertStore
certHandle = UnsafeCollabNativeMethods.CertOpenStore(new IntPtr(/*CERT_STORE_PROV_PKCS7*/ 5),
199
SafeCertStore
certHandle = UnsafeCollabNativeMethods.CertOpenStore(new IntPtr(/*CERT_STORE_PROV_MEMORY*/ 2),
net\PeerToPeer\Collaboration\UnsafeCollabNativeMethods.cs (3)
845
internal extern static
SafeCertStore
CertOpenStore(IntPtr lpszStoreProvider, uint dwMsgAndCertEncodingType,
850
internal extern static
SafeCertStore
CertOpenStore(IntPtr lpszStoreProvider, uint dwMsgAndCertEncodingType,
860
internal extern static bool CertSaveStore(
SafeCertStore
hCertStore, uint dwMsgAndCertEncodingType,