2 writes to rgAuthAttr
System.Security (2)
system\security\cryptography\cryptoapi.cs (1)
1573rgAuthAttr = IntPtr.Zero;
system\security\cryptography\pkcs\pkcsutils.cs (1)
730cmsSignerEncodeInfo.rgAuthAttr = CreateCryptAttributes(signer.SignedAttributes);
2 references to rgAuthAttr
System.Security (2)
system\security\cryptography\cryptoapi.cs (2)
1590if (rgAuthAttr != IntPtr.Zero) { 1591LocalFree(rgAuthAttr);