1 instantiation of CRYPTOAPI_BLOB
System.IdentityModel (1)
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
143CAPI.CRYPTOAPI_BLOB blob = new CAPI.CRYPTOAPI_BLOB();
3 references to CRYPTOAPI_BLOB
System.IdentityModel (3)
System\IdentityModel\CryptoApi.cs (1)
166static internal int Size = Marshal.SizeOf(typeof(CRYPTOAPI_BLOB));
System\IdentityModel\Selectors\X509CertificateStore.cs (2)
143CAPI.CRYPTOAPI_BLOB blob = new CAPI.CRYPTOAPI_BLOB(); 148pvFindPara = SafeHGlobalHandle.AllocHGlobal(CAPI.CRYPTOAPI_BLOB.Size);