2 references to SafeLocalAllocHandle
System.Security (2)
system\security\cryptography\cryptoapi.cs (1)
2957SafeLocalAllocHandle invalidHandle = new SafeLocalAllocHandle(IntPtr.Zero);
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
679encryptParam.rgUnprotectedAttr = new SafeLocalAllocHandle(PkcsUtils.CreateCryptAttributes(unprotectedAttributes));