2 references to FromBlobOrFile
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\StorePal.Windows.Import.cs (2)
15
return
FromBlobOrFile
(rawData, null, password, keyStorageFlags);
20
return
FromBlobOrFile
(null, fileName, password, keyStorageFlags);