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