1 write to OriginatorKey
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\OriginatorIdentifierOrKeyAsn.xml.cs (1)
135
decoded.
OriginatorKey
= tmpOriginatorKey;
4 references to OriginatorKey
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\AsnHelpers.cs (2)
39
if (originator.
OriginatorKey
.HasValue)
41
OriginatorPublicKeyAsn originatorKey = originator.
OriginatorKey
.Value;
System\Security\Cryptography\Pkcs\Asn1\OriginatorIdentifierOrKeyAsn.xml.cs (2)
60
if (
OriginatorKey
.HasValue)
65
OriginatorKey
.Value.Encode(writer, new Asn1Tag(TagClass.ContextSpecific, 1));