1 write to OriginatorKey
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\OriginatorIdentifierOrKeyAsn.xml.cs (1)
135decoded.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)
60if (OriginatorKey.HasValue) 65OriginatorKey.Value.Encode(writer, new Asn1Tag(TagClass.ContextSpecific, 1));