8 references to _chain
aspire-managed (8)
NuGet\TrustedRootsHelper.cs (8)
200proxy._chain.ChainPolicy.TrustMode = X509ChainTrustMode.CustomRootTrust; 201proxy._chain.ChainPolicy.CustomTrustStore.AddRange(certificates); 211"get_ChainElements" => _chain.ChainElements, 212"get_ChainPolicy" => _chain.ChainPolicy, 213"get_ChainStatus" => _chain.ChainStatus, 214"get_PrivateReference" => _chain, 222return _chain.Build(certificate); 227_chain.Dispose();