2 overrides of AppendToBeSigned
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\HashToBeSignedBuilder.cs (1)
21
internal override void
AppendToBeSigned
(ReadOnlySpan<byte> data)
System\Security\Cryptography\Cose\PureDataToBeSignedBuilder.cs (1)
21
internal override void
AppendToBeSigned
(ReadOnlySpan<byte> data)
10 references to AppendToBeSigned
System.Security.Cryptography.Cose (10)
System\Security\Cryptography\Cose\CoseHelpers.cs (5)
53
toBeSignedBuilder.
AppendToBeSigned
([initialByte.InitialByte]);
58
toBeSignedBuilder.
AppendToBeSigned
([initialByte.InitialByte, (byte)value]);
66
toBeSignedBuilder.
AppendToBeSigned
(buffer);
74
toBeSignedBuilder.
AppendToBeSigned
(buffer);
82
toBeSignedBuilder.
AppendToBeSigned
(buffer);
System\Security\Cryptography\Cose\CoseMessage.cs (5)
419
toBeSignedBuilder.
AppendToBeSigned
(buffer.Slice(0, bytesWritten));
427
toBeSignedBuilder.
AppendToBeSigned
(contentBytes);
442
toBeSignedBuilder.
AppendToBeSigned
(contentBuffer.AsSpan(0, bytesRead));
465
toBeSignedBuilder.
AppendToBeSigned
(buffer.AsSpan(0, bytesWritten));
479
toBeSignedBuilder.
AppendToBeSigned
(contentBuffer.AsSpan(0, bytesRead));