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