2 references to FromBlob
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
156
using (ILoaderPal storePal = StorePal.
FromBlob
(rawData, SafePasswordHandle.InvalidHandle, X509KeyStorageFlags.DefaultKeySet))
206
using (ILoaderPal storePal = StorePal.
FromBlob
(rawData, safePasswordHandle, keyStorageFlags))