Base:
method
Write
System.IO.Stream.Write(System.Byte[], System.Int32, System.Int32)
10 references to Write
mscorlib (4)
system\security\cryptography\mactripledes.cs (1)
107
_cs.
Write
(rgbData, ibStart, cbSize);
system\security\cryptography\passwordderivebytes.cs (3)
272
cs.
Write
(_baseValue, 0, _baseValue.Length);
283
cs.
Write
(_baseValue, 0, _baseValue.Length);
312
cs.
Write
(rgb, 0, cb);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs (1)
356
csDecrypt.
Write
(cipherText, offset, count);
System.Web (5)
Configuration\MachineKeySection.cs (3)
569
cs.
Write
(iv, 0, iv.Length);
572
cs.
Write
(buf, start, length);
575
cs.
Write
(modifier, 0, modifier.Length);
Security\Cryptography\NetFXCryptoService.cs (2)
78
cryptoStream.
Write
(clearData, 0, clearData.Length);
169
cryptoStream.
Write
(protectedData, ivByteCount, encryptedPayloadByteCount);