1 instantiation of SafeX509ChainHandle
System (1)
security\system\security\cryptography\cryptoapi.cs (1)
4136SafeX509ChainHandle invalidHandle = new SafeX509ChainHandle(IntPtr.Zero);
16 references to SafeX509ChainHandle
System (16)
security\system\security\cryptography\cryptoapi.cs (7)
2008SafeX509ChainHandle CertDuplicateCertificateChain( 2017SafeX509ChainHandle CertDuplicateCertificateChain( 2018[In] SafeX509ChainHandle pChainContext); 2054[In,Out] ref SafeX509ChainHandle ppChainContext); 2163[In] SafeX509ChainHandle pChainContext, 4134internal static SafeX509ChainHandle InvalidHandle { 4136SafeX509ChainHandle invalidHandle = new SafeX509ChainHandle(IntPtr.Zero);
security\system\security\cryptography\x509\x509chain.cs (7)
88private SafeX509ChainHandle m_safeCertChainHandle; 105m_safeCertChainHandle = SafeX509ChainHandle.InvalidHandle; 116if (m_safeCertChainHandle == null || m_safeCertChainHandle == SafeX509ChainHandle.InvalidHandle) 130public SafeX509ChainHandle SafeHandle { 253m_safeCertChainHandle = SafeX509ChainHandle.InvalidHandle; 276using (SafeX509ChainHandle safeCertChainHandle = CAPI.CertDuplicateCertificateChain(m_safeCertChainHandle)) { 351ref SafeX509ChainHandle ppChainContext) {
security\system\security\cryptography\x509\x509utils.cs (2)
560SafeX509ChainHandle pChainContext = SafeX509ChainHandle.InvalidHandle;