2 writes to rgUnauthAttr
System.Security (2)
system\security\cryptography\cryptoapi.cs (1)
1575
rgUnauthAttr
= IntPtr.Zero;
system\security\cryptography\pkcs\pkcsutils.cs (1)
733
cmsSignerEncodeInfo.
rgUnauthAttr
= CreateCryptAttributes(signer.UnsignedAttributes);
2 references to rgUnauthAttr
System.Security (2)
system\security\cryptography\cryptoapi.cs (2)
1593
if (
rgUnauthAttr
!= IntPtr.Zero) {
1594
LocalFree(
rgUnauthAttr
);