1 implementation of ChainStatus
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (1)
89public X509ChainStatus[]? ChainStatus { get; private set; }
2 references to ChainStatus
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Chain.cs (2)
57return _lazyChainStatus ??= (_pal == null ? Array.Empty<X509ChainStatus>() : _pal.ChainStatus!); 185if (!success && throwOnException && _pal?.ChainStatus is not { Length: > 0 })