2 overrides of AppendToBeSigned
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\HashToBeSignedBuilder.cs (1)
26internal override void AppendToBeSigned(byte[] data, int offset, int length)
System\Security\Cryptography\Cose\PureDataToBeSignedBuilder.cs (1)
30internal 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)
442toBeSignedBuilder.AppendToBeSigned(contentBuffer, 0, bytesRead); 465toBeSignedBuilder.AppendToBeSigned(buffer, 0, bytesWritten); 479toBeSignedBuilder.AppendToBeSigned(contentBuffer, 0, bytesRead);