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