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