1 write to VerificationTime
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
341
chain.ChainPolicy.
VerificationTime
= Certificate!.NotBefore;
4 references to VerificationTime
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Chain.cs (1)
136
chainPolicy.VerificationTimeIgnored ? DateTime.Now : chainPolicy.
VerificationTime
,
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (2)
36
/// <see cref="
VerificationTime
" /> or the current system time when building
40
/// <see langword="true" /> to ignore <see cref="
VerificationTime
"/> and use the current system time; otherwise <see langword="false"/>.
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (1)
981
chain.ChainPolicy.
VerificationTime
);