3 writes to _pal
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Chain.cs (3)
30_pal = ChainPal.FromHandle(chainContext); 126_pal = ChainPal.BuildChain( 218_pal = null;
11 references to _pal
System.Security.Cryptography (11)
System\Security\Cryptography\X509Certificates\X509Chain.cs (11)
31Debug.Assert(_pal != null); 32_chainElements = new X509ChainElementCollection(_pal.ChainElements!); 57return _lazyChainStatus ??= (_pal == null ? Array.Empty<X509ChainStatus>() : _pal.ChainStatus!); 81if (_pal == null) 84return _pal.SafeHandle; 141if (_pal is not null) 143_chainElements = new X509ChainElementCollection(_pal.ChainElements!); 146bool? verified = _pal.Verify(chainPolicy.VerificationFlags, out verificationException); 185if (!success && throwOnException && _pal?.ChainStatus is not { Length: > 0 }) 215IChainPal? pal = _pal;