9 references to AppendData
Microsoft.CodeAnalysis (2)
CryptographicHashProvider.cs (2)
221incrementalHash.AppendData(bytes.ToArray()); 235incrementalHash.AppendData(getBytes(constant));
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
681hmacMic.AppendData(_negotiateMessage);
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanDerivation.cs (1)
76hash.AppendData(hmacKey);
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
948mac.AppendData(authSafe);
System\Security\Cryptography\IncrementalHash.cs (1)
117/// <see cref="AppendData(byte[])"/>, and resets the object to its initial state.
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
295_hmac.AppendData(_salt);
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
238hasher.AppendData);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
650hasher.AppendData(encoded);