3internal static class KeyBlobHelpers
14 return span.
Slice(1).ToArray();
28 if (span.
Length > 1 && span[0] == 0)
30 return span.
Slice(1).ToArray();
static string Cryptography_Der_Invalid_Encoding
static byte[] ToUnsignedIntegerBytes(this ReadOnlyMemory< byte > memory)
static byte[] ToUnsignedIntegerBytes(this ReadOnlyMemory< byte > memory, int length)
unsafe ReadOnlySpan< T > Span
void CopyTo(Span< T > destination)
ReadOnlySpan< T > Slice(int start)