1 write to StatusString
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (1)
115
decoded.
StatusString
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
3 references to StatusString
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (3)
29
if (
StatusString
.HasValue)
33
if (!Asn1Tag.TryDecode(
StatusString
.Value.Span, out Asn1Tag validateTag, out _) ||
42
writer.WriteEncodedValue(
StatusString
.Value.Span);