10 references to CertAndKey
System.Security.Cryptography (10)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (1)
49private static partial Pkcs12Return FromCertAndKey(CertAndKey certAndKey, ImportState importState)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (9)
15private static partial Pkcs12Return FromCertAndKey(CertAndKey certAndKey, ImportState importState); 31CertAndKey[]? certsAndKeys = null; 85CertAndKey[]? certsAndKeys = null; 210private CertAndKey[] _certAndKeys; 223_certAndKeys = ArrayPool<CertAndKey>.Shared.Rent(bagState.CertCount); 310internal CertAndKey[] MatchCertAndKeys(ref BagState bagState, bool allowDoubleBind) 406CertAndKey[] ret = _certAndKeys; 527internal static void Free(CertAndKey[] certAndKeys, int count) 534ArrayPool<CertAndKey>.Shared.Return(certAndKeys, clearArray: true);