Implemented interface member:
property
ChainElements
System.Security.Cryptography.X509Certificates.IChainPal.ChainElements
1 write to ChainElements
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (1)
721ChainElements = elements;
3 references to ChainElements
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\ChainPal.OpenSsl.cs (2)
193if (chainPal.ChainElements!.Length > 0) 195X509Certificate2 reportedLeaf = chainPal.ChainElements[0].Certificate;
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (1)
83return UnixChainVerifier.Verify(ChainElements!, flags);