<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.2" />

System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute

namespace System.Diagnostics.CodeAnalysis { internal sealed class MaybeNullWhenAttribute : Attribute { public bool ReturnValue { get; } public MaybeNullWhenAttribute(bool returnValue); } }