2 writes to PublicKey
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\OriginatorPublicKeyAsn.xml.cs (2)
81
decoded.
PublicKey
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
85
decoded.
PublicKey
= sequenceReader.ReadBitString(out _);
2 references to PublicKey
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\AsnHelpers.cs (1)
47
originatorKey.
PublicKey
.ToArray()));
System\Security\Cryptography\Pkcs\Asn1\OriginatorPublicKeyAsn.xml.cs (1)
27
writer.WriteBitString(
PublicKey
.Span, 0);