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