1 write to Date
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\RecipientKeyIdentifier.xml.cs (1)
102decoded.Date = sequenceReader.ReadGeneralizedTime();
4 references to Date
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (2)
48if (!rid.RKeyId.Value.Date.HasValue) 54return rid.RKeyId.Value.Date.Value.LocalDateTime;
System\Security\Cryptography\Pkcs\Asn1\RecipientKeyIdentifier.xml.cs (2)
29if (Date.HasValue) 31writer.WriteGeneralizedTime(Date.Value, false);