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