1 write to m_cmsSupported
System.Security (1)
system\security\cryptography\pkcs\pkcsutils.cs (1)
45m_cmsSupported = pFunc == IntPtr.Zero ? 0 : 1;
2 references to m_cmsSupported
System.Security (2)
system\security\cryptography\pkcs\pkcsutils.cs (2)
41if (m_cmsSupported == -1) { 50return m_cmsSupported == 0 ? false : true;