2 overrides of AppendToBeSigned
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\HashToBeSignedBuilder.cs (1)
26
internal override void
AppendToBeSigned
(byte[] data, int offset, int length)
System\Security\Cryptography\Cose\PureDataToBeSignedBuilder.cs (1)
30
internal override void
AppendToBeSigned
(byte[] data, int offset, int length)
3 references to AppendToBeSigned
System.Security.Cryptography.Cose (3)
System\Security\Cryptography\Cose\CoseMessage.cs (3)
442
toBeSignedBuilder.
AppendToBeSigned
(contentBuffer, 0, bytesRead);
465
toBeSignedBuilder.
AppendToBeSigned
(buffer, 0, bytesWritten);
479
toBeSignedBuilder.
AppendToBeSigned
(contentBuffer, 0, bytesRead);