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