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