1 instantiation of CRYPT_ATTRIBUTES
NuGet.Packaging (1)
Signing\Cms\NativeCms.cs (1)
338signerInfo.UnauthAttrs = new CRYPT_ATTRIBUTES()
5 references to CRYPT_ATTRIBUTES
NuGet.Packaging (5)
Signing\Cms\NativeCms.cs (3)
108var unsignedAttributes = Marshal.PtrToStructure<CRYPT_ATTRIBUTES>(pointer); 170var signedAttributes = counterSignerInfo.AuthAttrs;
Signing\Cms\NativeMethods.cs (2)
236internal CRYPT_ATTRIBUTES AuthAttrs; 237internal CRYPT_ATTRIBUTES UnauthAttrs;