Base:
5 references to Write
System.Security.Cryptography (4)
System\Security\Cryptography\CryptoStream.cs (1)
516
Write
(sharedBuffer, 0, buffer.Length);
System\Security\Cryptography\PasswordDeriveBytes.cs (3)
236
cs.
Write
(_baseValue!, 0, _baseValue!.Length);
249
cs.
Write
(_baseValue, 0, _baseValue.Length);
284
cs.
Write
(rgb, 0, cb);
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\PkcsHelpers.cs (1)
330
cryptoStream.
Write
(data, offset, length);