7 references to AppendData
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
681hmacMic.AppendData(_negotiateMessage);
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanDerivation.cs (1)
76hash.AppendData(hmacKey);
System\Security\Cryptography\IncrementalHash.cs (1)
117/// <see cref="AppendData(byte[])"/>, and return to the state the object
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
295_hmac.AppendData(_salt);
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
238hasher.AppendData);
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
650hasher.AppendData(encoded); 656hasher.AppendData(writer.Encode());