5 references to ImportState
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (1)
49private static partial Pkcs12Return FromCertAndKey(CertAndKey certAndKey, ImportState importState)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (4)
15private static partial Pkcs12Return FromCertAndKey(CertAndKey certAndKey, ImportState importState); 21static partial void InitializeImportState(ref ImportState importState, X509KeyStorageFlags keyStorageFlags); 32ImportState importState = default; 86ImportState importState = default;