Base:
7 references to Write
Microsoft.AspNetCore.DataProtection (2)
Managed\ManagedAuthenticatedEncryptor.cs (2)
250cryptoStream.Write(protectedPayload.Array!, ciphertextOffset, macOffset - ciphertextOffset); 335cryptoStream.Write(plaintext.Array!, plaintext.Offset, plaintext.Count);
System.Security.Cryptography (4)
System\Security\Cryptography\CryptoStream.cs (1)
516Write(sharedBuffer, 0, buffer.Length);
System\Security\Cryptography\PasswordDeriveBytes.cs (3)
236cs.Write(_baseValue!, 0, _baseValue!.Length); 249cs.Write(_baseValue, 0, _baseValue.Length); 284cs.Write(rgb, 0, cb);
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\PkcsHelpers.cs (1)
459cryptoStream.Write(data, offset, length);