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