1 instantiation of BLOB
NuGet.Packaging (1)
Signing\Cms\NativeUtility.cs (1)
40
certificateBlobs[i] = new
BLOB
() { cbData = context.cbCertEncoded, pbData = context.pbCertEncoded };
2 references to BLOB
NuGet.Packaging (2)
Signing\Cms\NativeMethods.cs (1)
367
internal
BLOB
KeyId;
Signing\Cms\NativeUtility.cs (1)
33
var certificateBlobs = new
BLOB
[cmsSigner.Certificates.Count];