Base:
7 references to Write
Microsoft.AspNetCore.DataProtection (2)
Managed\ManagedAuthenticatedEncryptor.cs (2)
250
cryptoStream.
Write
(protectedPayload.Array!, ciphertextOffset, macOffset - ciphertextOffset);
335
cryptoStream.
Write
(plaintext.Array!, plaintext.Offset, plaintext.Count);
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)
459
cryptoStream.
Write
(data, offset, length);