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)
272cs.Write(_baseValue, 0, _baseValue.Length); 283cs.Write(_baseValue, 0, _baseValue.Length); 312cs.Write(rgb, 0, cb);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs (1)
356csDecrypt.Write(cipherText, offset, count);
System.Web (5)
Configuration\MachineKeySection.cs (3)
569cs.Write(iv, 0, iv.Length); 572cs.Write(buf, start, length); 575cs.Write(modifier, 0, modifier.Length);
Security\Cryptography\NetFXCryptoService.cs (2)
78cryptoStream.Write(clearData, 0, clearData.Length); 169cryptoStream.Write(protectedData, ivByteCount, encryptedPayloadByteCount);