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