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