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