1 instantiation of Pkcs12Return
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (1)
59return new Pkcs12Return(pal);
8 references to Pkcs12Return
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (4)
38ref Pkcs12Return earlyReturn); 46private static partial Pkcs12Return LoadPkcs12( 56private static Pkcs12Return LoadPkcs12( 64Pkcs12Return earlyReturn = default;
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (1)
49private static partial Pkcs12Return FromCertAndKey(CertAndKey certAndKey, ImportState importState)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (3)
15private static partial Pkcs12Return FromCertAndKey(CertAndKey certAndKey, ImportState importState); 23private static partial Pkcs12Return LoadPkcs12( 60Pkcs12Return ret = FromCertAndKey(certsAndKeys[matchIndex], importState);