1 override of Import
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
668
public override void
Import
(string fileName, SecureString? password, X509KeyStorageFlags keyStorageFlags)
1 reference to Import
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
670
base.
Import
(fileName, password, keyStorageFlags);