2 writes to SubjectUniqueId
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (2)
249decoded.SubjectUniqueId = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray(); 253decoded.SubjectUniqueId = sequenceReader.ReadBitString(out _, new Asn1Tag(TagClass.ContextSpecific, 2));
3 references to SubjectUniqueId
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.manual.cs (1)
39if (IssuerUniqueId.HasValue || SubjectUniqueId.HasValue)
System\Security\Cryptography\X509Certificates\Asn1\TbsCertificateAsn.xml.cs (2)
114if (SubjectUniqueId.HasValue) 116writer.WriteBitString(SubjectUniqueId.Value.Span, 0, new Asn1Tag(TagClass.ContextSpecific, 2));