2 references to EndCertificateOnly
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\ChainPal.Windows.BuildChain.cs (1)
134
if (revocationFlag == X509RevocationFlag.
EndCertificateOnly
)
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (1)
75
if (value < X509RevocationFlag.
EndCertificateOnly
|| value > X509RevocationFlag.ExcludeRoot)