Base:
5 references to Write
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)
330cryptoStream.Write(data, offset, length);