1 write to StatusString
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (1)
115decoded.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)
29if (StatusString.HasValue) 33if (!Asn1Tag.TryDecode(StatusString.Value.Span, out Asn1Tag validateTag, out _) || 42writer.WriteEncodedValue(StatusString.Value.Span);