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