5 references to SigningTime
System.Windows.Forms (5)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (5)
804verificationTime = time.SigningTime; 960if ((signedCms.SignerInfos[0].Certificate.NotAfter < time.SigningTime) || 961(signedCms.SignerInfos[0].Certificate.NotBefore > time.SigningTime)) 983chain.ChainPolicy.VerificationTime = time.SigningTime; 1004verificationTime = time.SigningTime;