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