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