3 references to WriteByteStringLength
System.Security.Cryptography.Cose (3)
System\Security\Cryptography\Cose\CoseMessage.cs (3)
426CoseHelpers.WriteByteStringLength(hasher, (ulong)contentBytes.Length); 434CoseHelpers.WriteByteStringLength(hasher, (ulong)(contentStream.Length - contentStream.Position)); 470CoseHelpers.WriteByteStringLength(hasher, (ulong)(content.Length - content.Position));