3 writes to _lazySigningTime
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Pkcs9SigningTime.cs (3)
26_lazySigningTime = signingTime; 49_lazySigningTime = Decode(RawData); 59_lazySigningTime = default(DateTime?);
2 references to _lazySigningTime
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs9SigningTime.cs (2)
47if (!_lazySigningTime.HasValue) 52return _lazySigningTime.Value;