4 references to LengthSize
System.IdentityModel (4)
System\IdentityModel\Tokens\DEREncoding.cs (4)
134
WriteLength(buffer, ref offset, ref len, 1 +
LengthSize
(mech.Length) + mech.Length + type.Length + bodySize);
212
bodySize += 2 + mech.Length +
LengthSize
(mech.Length) + 1;
214
return (1 +
LengthSize
(bodySize) + bodySize);
309
buffer[offset++] = (byte)(
LengthSize
(length) + 127);