4 writes to rgValue
NuGet.Packaging (4)
Signing\Cms\NativeCms.cs (3)
330
currentAttribute->
rgValue
= existingAttribute.rgValue;
391
rgValue
= unmanagedBlob
453
rgValue
= unmanagedBlob
Signing\Cms\NativeUtility.cs (1)
178
currentAttribute->
rgValue
= hb.Alloc(sizeOfCryptIntegerBlob);
2 references to rgValue
NuGet.Packaging (2)
Signing\Cms\NativeCms.cs (1)
330
currentAttribute->rgValue = existingAttribute.
rgValue
;
Signing\Cms\NativeUtility.cs (1)
186
var blob = (CRYPT_INTEGER_BLOB*)currentAttribute->
rgValue
;