1 write to ExtendedCertificate
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\CertificateChoiceAsn.xml.cs (1)
205
decoded.
ExtendedCertificate
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
3 references to ExtendedCertificate
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\CertificateChoiceAsn.xml.cs (3)
71
if (
ExtendedCertificate
.HasValue)
78
if (!Asn1Tag.TryDecode(
ExtendedCertificate
.Value.Span, out Asn1Tag validateTag, out _) ||
87
writer.WriteEncodedValue(
ExtendedCertificate
.Value.Span);