4 references to NotTimeNested
NuGet.Packaging (1)
Signing\Utility\CertificateChainUtility.cs (1)
255
(~X509ChainStatusFlags.
NotTimeNested
) & // Deprecated and therefore ignored.
PresentationUI (1)
MS\Internal\Documents\DigitalSignatureProvider.cs (1)
820
X509ChainStatusFlags.
NotTimeNested
|
System.Net.Security (1)
System\Net\Security\SslStream.Protocol.cs (1)
1282
(X509ChainStatusFlags.CtlNotTimeValid | X509ChainStatusFlags.
NotTimeNested
|
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\ChainPal.Windows.GetChainStatusInformation.cs (1)
87
new X509ChainErrorMapping(CertTrustErrorStatus.CERT_TRUST_IS_NOT_TIME_NESTED, ErrorCode.CERT_E_VALIDITYPERIODNESTING, X509ChainStatusFlags.
NotTimeNested
),