6 references to GetIntegerEncodedSize
System.Security.Cryptography.Cose (6)
System\Security\Cryptography\Cose\CoseHeaderLabel.cs (1)
52
EncodedSize = CoseHelpers.
GetIntegerEncodedSize
(label);
System\Security\Cryptography\Cose\CoseHeaderMap.cs (2)
394
encodedSize += CoseHelpers.
GetIntegerEncodedSize
(algHeaderValueToSlip.Value);
397
encodedSize += CoseHelpers.
GetIntegerEncodedSize
(mapLength);
System\Security\Cryptography\Cose\CoseHelpers.cs (2)
20
return
GetIntegerEncodedSize
(bstrLength) + bstrLength;
26
return
GetIntegerEncodedSize
(strEncodedLength) + strEncodedLength;
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (1)
544
encodedLength += CoseHelpers.
GetIntegerEncodedSize
(Signatures.Count);