9 references to AppendData
Microsoft.CodeAnalysis (2)
CryptographicHashProvider.cs (2)
221
incrementalHash.
AppendData
(bytes.ToArray());
235
incrementalHash.
AppendData
(getBytes(constant));
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
681
hmacMic.
AppendData
(_negotiateMessage);
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanDerivation.cs (1)
76
hash.
AppendData
(hmacKey);
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
948
mac.
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)
238
hasher.
AppendData
);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
650
hasher.
AppendData
(encoded);