1 instantiation of SafeCertChainHandle
System.Security (1)
system\security\cryptography\cryptoapi.cs (1)
3164
SafeCertChainHandle invalidHandle = new
SafeCertChainHandle
(IntPtr.Zero);
9 references to SafeCertChainHandle
System.Security (9)
system\security\cryptography\cryptoapi.cs (4)
1875
[In,Out] ref
SafeCertChainHandle
ppChainContext);
1917
[In]
SafeCertChainHandle
pChainContext,
3162
internal static
SafeCertChainHandle
InvalidHandle {
3164
SafeCertChainHandle
invalidHandle = new SafeCertChainHandle(IntPtr.Zero);
system\security\cryptography\pkcs\signerinfo.cs (2)
393
SafeCertChainHandle
pChainContext =
SafeCertChainHandle
.InvalidHandle;
system\security\cryptography\x509\x509utils.cs (3)
301
ref
SafeCertChainHandle
ppChainContext) {
381
SafeCertChainHandle
pChainContext =
SafeCertChainHandle
.InvalidHandle;