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